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

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

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix IPC Created 3 years, 4 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/RegistrationOptions.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl b/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl
index 291737eea2c668ee788c461b8e5d347c0fb615b5..b8cad4dda2130863ac214e01e5e2092727a54d78 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl
@@ -5,4 +5,5 @@
// https://w3c.github.io/ServiceWorker/#registration-option-list-dictionary
dictionary RegistrationOptions {
USVString scope;
+ ServiceWorkerUpdateViaCache updateViaCache = "imports";
};

Powered by Google App Engine
This is Rietveld 408576698