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

Unified Diff: third_party/WebKit/Source/core/html/HTMLLinkElement.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/core/html/HTMLLinkElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
index 51323cd9c09cfc72b0f4bcf60f50f27a874ea991..2dddb653df023a55113c844afac2b2f5666b7197 100644
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
@@ -57,4 +57,5 @@ interface HTMLLinkElement : HTMLElement {
// Service workers
// https://w3c.github.io/ServiceWorker/#link-element-interface-extensions
[Reflect, OriginTrialEnabled=LinkServiceWorker] attribute USVString scope;
+ [CEReactions, Reflect, ReflectOnly=("imports", "all", "none")] attribute DOMString updateViaCache;
};

Powered by Google App Engine
This is Rietveld 408576698