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

This could be tweak for production environments by adding an option to the registration:

```js
navigator.serviceWorker.register('worker.js', { cache: <policy> })M
```

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

Received on Monday, 6 June 2016 13:36:38 UTC