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

> This would break cases where listener adding wasn't consistent, such as adding depending on Math.random() or Date.now(), but I'm cool with that.

Yea, I think this falls in the same bucket as async importScripts(), saving state on the global, etc.  Its not going to work consistently and should be discouraged in SW scripts.

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

Received on Thursday, 19 March 2015 18:09:27 UTC