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

Unified Diff: Source/modules/serviceworkers/Request.idl

Issue 771323004: Expose Fetch API related classes to Window and WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@exposed-runtime-enabled
Patch Set: Created 6 years 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/serviceworkers/Headers.idl ('k') | Source/modules/serviceworkers/Response.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Request.idl
diff --git a/Source/modules/serviceworkers/Request.idl b/Source/modules/serviceworkers/Request.idl
index 5f9e3eb52b445ad60fcceef0d62bb3b004bcefeb..34332105e07fdc3586e36fada6ece6982da89f26 100644
--- a/Source/modules/serviceworkers/Request.idl
+++ b/Source/modules/serviceworkers/Request.idl
@@ -12,8 +12,7 @@ enum RequestCredentials { "omit", "same-origin", "include" };
[
Constructor(RequestInfo input, optional Dictionary requestInitDict),
ConstructorCallWith=ExecutionContext,
- RuntimeEnabled=ServiceWorker,
- Exposed=ServiceWorker,
+ Exposed(Window GlobalFetch, DedicatedWorker GlobalFetch, SharedWorker GlobalFetch, ServiceWorker ServiceWorker),
RaisesException=Constructor,
ActiveDOMObject,
GarbageCollected,
« no previous file with comments | « Source/modules/serviceworkers/Headers.idl ('k') | Source/modules/serviceworkers/Response.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698