- From: Ben Kelly <notifications@github.com>
- Date: Tue, 20 Mar 2018 10:37:08 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 March 2018 17:37:31 UTC
> 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