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

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

Issue 1226773011: Remove legacy GlobalFetch runtime flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | Source/modules/fetch/Request.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 e21508ff69307121787f4ee0cba667c4fcf9c1c3..e17dba911da41dcb256a07abb702952a8df7f9c4 100644
--- a/Source/modules/fetch/Headers.idl
+++ b/Source/modules/fetch/Headers.idl
@@ -9,8 +9,7 @@ typedef Dictionary OpenEndedDictionary;
Constructor(Headers input),
Constructor(OpenEndedDictionary input),
Constructor(sequence<sequence<ByteString>> input),
- // TODO(jeremyarcher): remove GlobalFetch qualifier once fetch(...) is exposed.
- Exposed(Window GlobalFetch, DedicatedWorker GlobalFetch, SharedWorker GlobalFetch, ServiceWorker GlobalFetch),
+ Exposed=(Window,Worker),
RaisesException=Constructor,
GarbageCollected,
TypeChecking=Interface,
« no previous file with comments | « no previous file | Source/modules/fetch/Request.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698