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

Unified Diff: Source/modules/serviceworkers/FetchEvent.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
« 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 1d45d763243beb3a677e5c6f35956c865679e3f2..c2e58a7b09c946194f1500632f9a60c7a224e5ec 100644
--- a/Source/modules/serviceworkers/FetchEvent.idl
+++ b/Source/modules/serviceworkers/FetchEvent.idl
@@ -10,6 +10,7 @@
TypeChecking=Interface,
] interface FetchEvent : ExtendableEvent {
readonly attribute Request request;
+ readonly attribute Client client;
readonly attribute boolean isReload;
[CallWith=ScriptState, RaisesException] void respondWith(any value);
« 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