Re: [w3c/ServiceWorker] SharedWorker script interception after redirects (#1289)

> Chrome's behavior is:
>
>  1.  Each redirect gets intercepted.
>  2.  The final response URL is used for matching to a controller.
>
> Firefox's behavior is:
>
> 1.    Only the initial request gets intercepted.
> 2.    The final response URL is used for matching to a controller.

I don't think your test is adequate to determine (2).  AFAICT both the initial and final URL are covered by the service worker's scope.

-- 
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/1289#issuecomment-374689137

Received on Tuesday, 20 March 2018 17:37:31 UTC