Re: [ServiceWorker] Prefetch/prerender & Client id (#210)

@annevk they're not. prefetch fetches the resource but it wouldn't "execute" it - i.e. for HTML file it wouldn't trigger fetches for any subresources declared within it. Same applies to preload, the only difference being: preload is used to fetch resources for current nav context (i.e. high priority), whereas prefetch is used to fetch resources for next (likely) navigation context. Hope that makes sense.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/210#issuecomment-81849765

Received on Monday, 16 March 2015 18:14:06 UTC