Index: core/page/EventSourceInit.idl |
diff --git a/core/streams/ReadableStream.idl b/core/page/EventSourceInit.idl |
similarity index 73% |
copy from core/streams/ReadableStream.idl |
copy to core/page/EventSourceInit.idl |
index 927fa94b9a9604b286a95cbc8edbee1d4f3eb020..39c9157feed42658c2afad12c1e75dd40a983f33 100644 |
--- a/core/streams/ReadableStream.idl |
+++ b/core/page/EventSourceInit.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=Stream, |
GarbageCollected |
-] interface ReadableStream { |
+] dictionary EventSourceInit { |
+ boolean withCredentials = false; |
}; |