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

I think we felt spec'ing the optimization was necessary previously because it is observable.  If script does setTimeout(addEventListener.bind(self, handlerFunc)) then the optimization prevents the late addEventListener call from working.  This is definitely observable.

Anyway, the explicit API avoids this.

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

Received on Thursday, 23 July 2015 18:57:34 UTC