Chromium Code Reviews| Index: third_party/WebKit/Source/core/streams/ReadableByteStream.idl |
| diff --git a/third_party/WebKit/Source/core/streams/ReadableByteStream.idl b/third_party/WebKit/Source/core/streams/ReadableByteStream.idl |
| index c461764a6a13e214df3e142db4af917ac7085364..a973a027a5ad11565b6fd3d47998179a13683abc 100644 |
| --- a/third_party/WebKit/Source/core/streams/ReadableByteStream.idl |
| +++ b/third_party/WebKit/Source/core/streams/ReadableByteStream.idl |
| @@ -4,6 +4,8 @@ |
| [ |
| Exposed=(Window,Worker), |
| + // This interface is deprecated. |
|
domenic
2016/05/19 18:49:25
Should we file a tracking bug to remove all the re
yhirano
2016/05/20 03:41:30
Filed https://crbug.com/613435 and updated README.
|
| + NoInterfaceObject, |
| ] interface ReadableByteStream { |
| [CallWith=ExecutionContext, RaisesException, ImplementedAs=getBytesReader] ReadableByteStreamReader getReader(); |
| [CallWith=ScriptState] Promise<void> cancel(optional any reason); |