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

jungkees commented on this pull request.



> @@ -2276,7 +2282,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
             1. Let |registration| be |serviceWorker|'s [=containing service worker registration=].
             1. Set |request|'s [=service-workers mode=] to "`foreign`".
             1. Set |request|'s [=request/cache mode=] to "<code>no-cache</code>" if any of the following are true:
-                * |registration|'s [=service worker registration/use cache=] is false.
+                * |registration|'s [=service worker registration/update via cache mode=] is "`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-38058497

Received on Monday, 15 May 2017 08:45:45 UTC