- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Mon, 11 Apr 2016 11:26:05 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 11 April 2016 18:26:32 UTC
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