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

I think native Web API consistency and coherency should be followed strictly. 
In case that a new feature is required to satisfy new problems in the Service Worker specific scope, a possible solution is about introducing a new built-in function which can satisfy those needs without breaking existent interfaces. Fortunately the Worker scope allows us to be more relaxed about adding new global functions which doesn't affect to the global Window scope, "poisoning" the global scope 

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

Received on Monday, 2 March 2015 15:30:29 UTC