- From: Jake Archibald <notifications@github.com>
- Date: Tue, 27 Jun 2017 03:51:10 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 June 2017 10:51:44 UTC
@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