Re: [ServiceWorker] Allowing multiple scopes (& should scopes be primary key?) (#566)

> Optional: allow ServiceWorkers to be created that don't care about fetch events

It seems to me this goal can already be mostly met by the UA optimizing around the `onfetch` handler not being set.  If there are no fetch event handlers then the UA can skip network interception completely.  This state would need to be persisted when the SW shutdown.



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

Received on Thursday, 19 March 2015 17:48:31 UTC