Re: [ServiceWorker] Byte by byte match does not capture developer friendly behaviour (#639)

Note that this adds side effects. Detecting importScripts() will require running the worker, so any mutation code inside the SW that is not in an event handler, but in the global scope, will run, even if the worker later gets thrown away before being installed.

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

Received on Wednesday, 25 February 2015 21:41:25 UTC