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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl

Issue 2025143003: [Fetch API] Request's JS wrapper should be kept alive in FetchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
index cfad58fcc91e4b87c770e6f7ad0666cf22203642..8172ac721d4d571e6e640bb2f4daa3dcadaa380c 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl
@@ -5,6 +5,7 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#foreign-fetch-event-section
[
Constructor(DOMString type, ForeignFetchEventInit eventInitDict),
+ ConstructorCallWith=ScriptState,
Exposed=ServiceWorker,
RuntimeEnabled=ForeignFetch,
] interface ForeignFetchEvent : ExtendableEvent {

Powered by Google App Engine
This is Rietveld 408576698