blob: 2d8d47c2c4d6f3bf5b314a02acebbe94b856e7e9 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://w3c.github.io/webrtc-quic/#dom-rtcquicstreamwriteparameters
dictionary RTCQuicStreamWriteParameters {
Uint8Array data;
boolean finish = false;
};