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

@delapuente, I think that it is important that no matter what, the service worker will be the one that decides what to do with the request even if the browser already has the response ready.

Otherwise, the behavior will be non deterministic and in some cases the service worker may want to load from local storage or perform some other work.

-- 
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-241896874

Received on Tuesday, 23 August 2016 22:12:04 UTC