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

The firefox behavior where the script is served from network is a bug in FF59 and earlier.  AFAICT it has been fixed in FF60+ which is in beta at the moment.

I believe chrome not updating `self.location` to reflect the final URL is a chrome bug.  Note, it has this same behavior for redirected worker scripts even if service workers are not involved.  I noticed this while testing things at TPAC, but I guess I forgot to write an issue about it.

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

Received on Monday, 19 March 2018 13:39:49 UTC