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

BTW, it looks to me like the spec does use the request URL (not the client creation URL) to set the controller.  See step 12.6 in Handle Fetch:

https://w3c.github.io/ServiceWorker/#on-fetch-request-algorithm

It explicitly sets the active controller for non-subresource requests.  This is what firefox is currently trying to do as well.

-- 
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-374696952

Received on Tuesday, 20 March 2018 17:58:43 UTC