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

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

Issue 304053003: ServiceWorker: support Request.{url,method,origin,headers} [blink] (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 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/HeaderMap.h » ('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 ebb3a1971dfc5b061658d6c257096041bc48ae03..a36aa1b6e967f8e86fa421449a90e1f76abfc7f4 100644
--- a/Source/modules/serviceworkers/FetchEvent.idl
+++ b/Source/modules/serviceworkers/FetchEvent.idl
@@ -6,5 +6,7 @@
RuntimeEnabled=ServiceWorker,
Exposed=ServiceWorker
] interface FetchEvent : Event {
+ readonly attribute Request request;
+
void respondWith(any value);
};
« no previous file with comments | « Source/modules/serviceworkers/FetchEvent.cpp ('k') | Source/modules/serviceworkers/HeaderMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698