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

Unified Diff: Source/modules/fetch/Request.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 | « Source/modules/fetch/Headers.idl ('k') | Source/modules/fetch/Response.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Request.idl
diff --git a/Source/modules/fetch/Request.idl b/Source/modules/fetch/Request.idl
index b106cb7a740c11d9f21bad6a14e4567e676e5c72..1f7deb46590c1e6682847e09144d8e13a7754174 100644
--- a/Source/modules/fetch/Request.idl
+++ b/Source/modules/fetch/Request.idl
@@ -19,8 +19,7 @@ enum RequestCredentials { "omit", "same-origin", "include" };
[
Constructor(RequestInfo input, optional Dictionary requestInitDict),
ConstructorCallWith=ScriptState,
- // TODO(jeremyarcher): remove GlobalFetch qualifier once fetch(...) is exposed.
- Exposed(Window GlobalFetch, DedicatedWorker GlobalFetch, SharedWorker GlobalFetch, ServiceWorker GlobalFetch),
+ Exposed=(Window,Worker),
RaisesException=Constructor,
ActiveDOMObject,
GarbageCollected,
« no previous file with comments | « Source/modules/fetch/Headers.idl ('k') | Source/modules/fetch/Response.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698