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

@bzbarsky 

> In terms of your proposed behavior, that means opening the queue when onload fires for initial about:blank could be a problem.

That appears to be what happens already, unless I'm missing something https://clear-princess.glitch.me/.

That above test keeps sending messages to the iframe, but messages sent before `addEventListener('message', listener)` are gone, so the queue must have been open already.

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

Received on Tuesday, 27 June 2017 10:51:44 UTC