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

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

Issue 1102363002: Add Client Attribute to FetchEvent- Blink Side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/modules/serviceworkers/FetchEventInit.idl
diff --git a/Source/modules/serviceworkers/FetchEventInit.idl b/Source/modules/serviceworkers/FetchEventInit.idl
index cac8bbeb2127921db6d946ecfe06ff60683b395c..d5755ad38803d3bf32e9a8ca0f60204c954cf47b 100644
--- a/Source/modules/serviceworkers/FetchEventInit.idl
+++ b/Source/modules/serviceworkers/FetchEventInit.idl
@@ -6,5 +6,6 @@
dictionary FetchEventInit : ExtendableEventInit {
Request request;
+ Client client;
boolean isReload = false;
};

Powered by Google App Engine
This is Rietveld 408576698