Re: [w3c/ServiceWorker] Inconsistent behaviour when client-side certificates are required (#1022)

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