Re: [w3c/ServiceWorker] consider Client behavior for windows where initial about:blank is replaced with a loaded document (#1091)

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