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

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 tests Created 3 years, 9 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 e66a9382d7894841ddf41ac74e183ecba4701f1e..ba11087ec75acac2048e29c0e75ab57695f8df8e 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] attribute boolean useCache;
};

Powered by Google App Engine
This is Rietveld 408576698