blob: ddc4acd770b67571dca5d5202898ecde8bdd3927 [file] [log] [blame]
// Copyright 2020 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-insertable-streams/#dictdef-rtcinsertablestreams
dictionary RTCInsertableStreams {
ReadableStream readable;
WritableStream writable;
// Deprecated
[RuntimeEnabled=RTCInsertableStreams] ReadableStream readableStream;
[RuntimeEnabled=RTCInsertableStreams] WritableStream writableStream;
};