Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: Source/core/streams/ReadableStream.idl

Issue 1004623007: Streams Implementation Update: async read (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@stream-reader-read
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/streams/ReadableStream.idl
diff --git a/Source/core/streams/ReadableStream.idl b/Source/core/streams/ReadableStream.idl
index 98b123043d79b27ac09f66980306e47a90ae18a8..3cd526d11afe0c44b074b8e31976bd2082a68f30 100644
--- a/Source/core/streams/ReadableStream.idl
+++ b/Source/core/streams/ReadableStream.idl
@@ -8,8 +8,6 @@
Exposed=(Window,Worker),
ActiveDOMObject,
] interface ReadableStream {
- [CallWith=ScriptState] Promise cancel(any reason);
[RaisesException] ReadableStreamReader getReader();
-
- [CallWith=ScriptState] readonly attribute Promise closed;
+ [CallWith=ScriptState] Promise cancel(any reason);
};

Powered by Google App Engine
This is Rietveld 408576698