- From: Jungkee Song <notifications@github.com>
- Date: Mon, 15 May 2017 01:45:13 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 May 2017 08:45:45 UTC
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