- From: Ben Kelly <notifications@github.com>
- Date: Sun, 11 Dec 2016 10:46:23 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Sunday, 11 December 2016 18:46:56 UTC
These are browser bugs unfortunately. The spec has already been changed to track the window that initiated a request through the FetchEvent to the SW's fetch() call. We just haven't implemented it yet. Note, this will still only work if the SW performs a fetch() on the specific FetchEvent.request object itself. If you create a different Request you will lose the connection back to the original window. -- 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/1022#issuecomment-266299319
Received on Sunday, 11 December 2016 18:46:56 UTC