Re: [ServiceWorker] importScripts() should throw? (#642)

Removed the restriction of allowing it to only oninstall: 319a49eb59c0cb749461792378919d2a42739358. So now it's allowed anywhere during the top level worker script evaluation, and from the second Run Service Worker that spins off and creates the environment, the imported scripts will be served from the cache.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/642#issuecomment-137894124

Received on Saturday, 5 September 2015 02:16:57 UTC