- From: Jake Archibald <notifications@github.com>
- Date: Mon, 26 Jun 2017 09:27:30 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 June 2017 16:28:07 UTC
https://html.spec.whatwg.org/multipage/parsing.html#the-end We currently open the client message queue after `DOMContentLoaded`. What if we avoided doing that for these initial windows? For initial windows, we could open the client message queue after the load event (that would fit with Firefox's behaviour right @wanderview?) or expect developers to do it manually using `startMessges` or assigning to `onmessage`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1091#issuecomment-311110892
Received on Monday, 26 June 2017 16:28:07 UTC