blob: ced237c75eb442cd0999b2f8d41130b0850e1e26 [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/#rtcquicstreamevent
[
RuntimeEnabled=RTCQuicTransport,
Constructor(DOMString type, optional RTCQuicStreamEventInit eventInitDict),
Exposed=Window
] interface RTCQuicStreamEvent : Event {
readonly attribute RTCQuicStream stream;
};