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

Unified Diff: Source/modules/fetch/Headers.idl

Issue 841973002: IDL: Support iterable<>, maplike<> and setlike<> syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « Source/modules/fetch/Headers.h ('k') | Source/modules/webmidi/MIDIInputMap.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Headers.idl
diff --git a/Source/modules/fetch/Headers.idl b/Source/modules/fetch/Headers.idl
index dad4fcc7a4ae82959b9dce22310ffc287de0b98a..39e09c947acce046274878244fa804a7958ff4d8 100644
--- a/Source/modules/fetch/Headers.idl
+++ b/Source/modules/fetch/Headers.idl
@@ -9,7 +9,6 @@ typedef Dictionary OpenEndedDictionary;
Constructor(Headers input),
Constructor(OpenEndedDictionary input),
Constructor(sequence<sequence<ByteString>> input),
- Iterable,
Exposed(Window GlobalFetch, DedicatedWorker GlobalFetch, SharedWorker GlobalFetch, ServiceWorker ServiceWorker),
RaisesException=Constructor,
GarbageCollected,
@@ -21,4 +20,5 @@ typedef Dictionary OpenEndedDictionary;
[RaisesException] sequence<ByteString> getAll(ByteString name);
[RaisesException] boolean has(ByteString key);
[RaisesException] void set(ByteString key, ByteString value);
+ iterable<ByteString, ByteString>;
};
« no previous file with comments | « Source/modules/fetch/Headers.h ('k') | Source/modules/webmidi/MIDIInputMap.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698