blob: 53e3bcd12188dd0f4454cfeb803afa76c7c1c3ef [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-rtcquicstreameventinit
dictionary RTCQuicStreamEventInit : EventInit {
RTCQuicStream stream;
};