Re: [w3c/ServiceWorker] Eliminating SW startup latency for common case (#920)

@delapuente 

> how about change the name `preload` with `prefetch` to align with resources hints?

[Prefetch](https://w3c.github.io/resource-hints/#prefetch) is at the browser's discretion, [preload](http://w3c.github.io/preload/) is a non-optional declarative fetch.

Since this concurrent request is not at the browser's discretion, "preload" seems like a better fit.

-- 
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/issues/920#issuecomment-245879795

Received on Friday, 9 September 2016 10:41:27 UTC