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

Unified Diff: Source/modules/fetch/Response.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/Request.idl ('k') | Source/modules/fetch/WindowFetch.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Response.idl
diff --git a/Source/modules/fetch/Response.idl b/Source/modules/fetch/Response.idl
index 38ceb3797f028b6a4826c31f88ebd750ea99bcfa..5deaa680f4f3581a332d87b9d1cd9fb41f05f978 100644
--- a/Source/modules/fetch/Response.idl
+++ b/Source/modules/fetch/Response.idl
@@ -12,8 +12,7 @@ typedef (Blob or ArrayBuffer or ArrayBufferView or FormData or USVString) BodyIn
[
Constructor(optional BodyInit body, optional Dictionary responseInitDict),
ConstructorCallWith=ExecutionContext,
- // 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/Request.idl ('k') | Source/modules/fetch/WindowFetch.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698