| Index: Source/core/streams/ExclusiveStreamReader.idl
|
| diff --git a/Source/core/streams/ExclusiveStreamReader.idl b/Source/core/streams/ExclusiveStreamReader.idl
|
| deleted file mode 100644
|
| index 1dc03d0227be5a925c17b766dd269ab6d0ba287c..0000000000000000000000000000000000000000
|
| --- a/Source/core/streams/ExclusiveStreamReader.idl
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 2015 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.
|
| -
|
| -[
|
| - RuntimeEnabled=ExperimentalStream,
|
| - GarbageCollected,
|
| - ActiveDOMObject,
|
| - Exposed=(Window,Worker),
|
| -] interface ExclusiveStreamReader {
|
| - // FIXME: Add constructor.
|
| -
|
| - [CallWith=ScriptState] readonly attribute Promise closed;
|
| - readonly attribute boolean isActive;
|
| - [CallWith=ScriptState] readonly attribute Promise ready;
|
| - // See ReadableStream.state.
|
| - readonly attribute DOMString state;
|
| -
|
| - [CallWith=ScriptState] Promise cancel(any reason);
|
| - [CallWith=ScriptState, RaisesException] any read();
|
| - void releaseLock();
|
| -};
|
|
|