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

> For initial about:blank documents, don't open the client message queue unless startMessages() is called, or there's an assignment to navigator.serviceWorker.onmessage. For non-initial documents, open the client message queue after DOMContentLoaded (as is spec'd now) unless it's already open.

@jakearchibald, would this apply only to `Client.postMessage()` or are you talking about changing `window.postMessage()` for initial about:blank also?

Changing `Client.postMessage()` only seems ok to me I guess.

-- 
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-311473171

Received on Tuesday, 27 June 2017 20:19:59 UTC