Re: [slightlyoff/ServiceWorker] When does the openWindow promise resolve? (#728)

If `addEventListener` triggers `startMessages` you can't have multiple event listeners anymore. A library setting an event listener will prevent a later (but before document load) added event listener from other code to receive messages that were send before the listener was added.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/728#issuecomment-208486925

Received on Monday, 11 April 2016 18:26:32 UTC