Re: [w3c/ServiceWorker] reserved Client objects and redirected navigations (#1031)

One of the aims of reserved clients is to be able to `postMessage` and have those buffered until the page is created. I agree that we can't allow these to happen cross-origin, but it feels like we're losing one of the features behind the creation of reserved clients.

A way around this is to provide a way to get a genuine client from a reserved client - a promise that would resolve with a client or undefined if the client isn't created or goes cross-origin.

-- 
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/1031#issuecomment-267948728

Received on Monday, 19 December 2016 12:05:38 UTC