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

In summary:

* `clientId` - the client that initiates the request.
* `resultingClientId` - the potentially-reserved client that will house the resulting document/worker.
* `targetClientId` - an existing client that will be replaced, or have its document replaced.

Btw, I can't get the replacement thing to happen in any browser other than Firefox.

* Iframes http://output.jsbin.com/bifelu/
* window.open http://output.jsbin.com/rofecit/quiet

If other browsers are replacing the global when navigating `about:blank` to a same-origin URL, then that difference is going to show up here too right? As in, Firefox will have the same ID in `resultingClientId` and `targetClientId`, but in Chrome they'll be different.

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

Received on Monday, 26 June 2017 10:37:18 UTC