- From: Ben Kelly <notifications@github.com>
- Date: Tue, 27 Jun 2017 13:19:26 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 June 2017 20:19:59 UTC
> 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