- From: Ben Kelly <notifications@github.com>
- Date: Mon, 19 Dec 2016 12:53:52 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 December 2016 20:54:41 UTC
Another reason to create a new Client when following a redirect across origins: In general `Caches.matchAll()` and `Caches.get()` are same-origin. You can't see cross-origin Client objects. I don't think we should ever allow a single Client ID to be exposed under different origins. Creating a new Client and associated ID is the best way to achieve this. -- 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-268075380
Received on Monday, 19 December 2016 20:54:41 UTC