Re: [w3c/ServiceWorker] Changing useCache boolean to updateViaCache enum (#1107)

jungkees commented on this pull request.



> @@ -2392,7 +2398,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
 
     A <a>job</a> has a <dfn id="dfn-job-worker-type">worker type</dfn> ("<code>classic</code>" or "<code>module</code>").
 
-    A <a>job</a> has a <dfn id="dfn-job-use-cache">use cache</dfn> (a boolean).
+    A <a>job</a> has an <dfn id="dfn-job-update-via-cache-mode">update via cache mode</dfn>, which is "`imports`", "`all`", or "`never`".

"none" or "never" depending on the choice.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1107#pullrequestreview-38058764

Received on Monday, 15 May 2017 08:47:06 UTC