- From: Jungkee Song <notifications@github.com>
- Date: Fri, 16 Dec 2016 06:07:11 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 December 2016 14:07:49 UTC
jungkees commented on this pull request. > @@ -2760,6 +2847,21 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Set |registration| to the result of running <a>Match Service Worker Registration</a> algorithm passing |request|'s [=request/url=] as the argument. 1. If |registration| is null or |registration|'s <a>active worker</a> is null, return null. 1. If |request|'s [=request/destination=] is not {{RequestDestination/"report"}}, set |reservedClient|'s <a>active service worker</a> to |registration|'s <a>active worker</a>. + 1. If |request| is a [=navigation request=] and |registration|'s [=navigation preload enabled flag=] is set, and |request|'s [=request/method=] is "`GET`", then: + 1. Let |preloadRequest| be the result of [=request/cloning=] the request |request| + 1. Let |preloadRequestHeaders| be |preloadRequest|'s [=request/header list=] + 1. Let |preloadResponseObject| be a new {{Response}} object and a new associated {{Headers}} object whose [=guard=] is "`immutable`" @jakearchibald, I was confused with the markdown syntax here. If "\`immutable\`" works fine, that'd be good as-is. -- 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/983
Received on Friday, 16 December 2016 14:07:49 UTC