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

Resolved:

```js
navigator.serviceWorker.register('/sw.js', {
  useCache: true
});
```


-- 
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/893#issuecomment-248252956

Received on Tuesday, 20 September 2016 09:39:09 UTC