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

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

Issue 1099073002: Introducing FetchEventInit Dictionary. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/serviceworkers/FetchEvent.cpp ('k') | Source/modules/serviceworkers/FetchEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/FetchEvent.idl
diff --git a/Source/modules/serviceworkers/FetchEvent.idl b/Source/modules/serviceworkers/FetchEvent.idl
index 9d5662b56d485104502a7e7704669e67602a0ca2..1d45d763243beb3a677e5c6f35956c865679e3f2 100644
--- a/Source/modules/serviceworkers/FetchEvent.idl
+++ b/Source/modules/serviceworkers/FetchEvent.idl
@@ -4,10 +4,11 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#fetch-event-interface
[
+ Constructor(DOMString type, optional FetchEventInit eventInitDict),
RuntimeEnabled=ServiceWorkerOnFetch,
Exposed=ServiceWorker,
TypeChecking=Interface,
-] interface FetchEvent : Event {
+] interface FetchEvent : ExtendableEvent {
readonly attribute Request request;
readonly attribute boolean isReload;
« no previous file with comments | « Source/modules/serviceworkers/FetchEvent.cpp ('k') | Source/modules/serviceworkers/FetchEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698