Re: [w3c/ServiceWorker] clients.get() should not resolve before sandboxing determines the origin of the client (#1385)

Ah, process a navigation response <https://html.spec.whatwg.org/multipage/browsing-the-web.html#process-a-navigate-response> includes <https://html.spec.whatwg.org/multipage/browsing-the-web.html#initialise-the-document-object> which does: "Implement the sandboxing for document". So probably here we need to run the discarding steps if the document is sandboxed.

-- 
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/1385#issuecomment-457113565

Received on Thursday, 24 January 2019 08:44:06 UTC