Re: [slightlyoff/ServiceWorker] consider fetching service worker scripts with no-cache by default (#893)

Coming from same perspective as @muralisr (we provide service workers to our clients and we are not in direct control), we find that they usually cache the service worker script similar to other JS files on their server, which tends to have a long cache time if they are doing things correctly. They should ideally add a separate server rule making the service workers script cache for a lesser time which they typically do not end up doing. 

I like @delapuente's way of declaring the cache time during the service worker registration process.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/893#issuecomment-235338395

Received on Tuesday, 26 July 2016 17:15:12 UTC