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

I thought the idea was that `importScripts()` was only available during the installation event as it's a synchronous API. And that outside of that specific context we'd make it throw. It seems sad to allow such a synchronous all the time.

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

Received on Friday, 27 February 2015 07:26:17 UTC