Re: [ServiceWorker] Proposal: Optimized No-Fetch Service Workers (#718)

For the optimization initial execution indeed means to record which event listeners have been registered for at the end of the very first time the SW runs.

Furthermore every time the SW runs, after its initial execution has completed (for that run) addEventListener on the global scope should throw (but the list of event listeners is not updated after the first initial execution).

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

Received on Thursday, 28 January 2016 04:40:57 UTC