[slightlyoff/ServiceWorker] potential http cache issues with importScripts() (#894)

Currently the spec says to use RequestCache `reload` when updating the service worker script if its been over 24 hours since the last update check.  I don't however, see anything about bypassing the http cache for files fetched for `importScripts()`.  I think this could lead to http cache coherence problems when loading and evaluating a service worker script thats split across multiple files.

It seems the spec should require using the same RequestCache value for `importScripts()` fetches that was used to fetch the main service worker script.

---
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/894

Received on Monday, 9 May 2016 19:43:02 UTC