Re: [ServiceWorker] Can we replace event.default() with something less magic? (#607)

Question from implementers: if the response forms a new client, but the `response.url` is out of scope, should the client change controller?

I'm leaving towards "no", the ServiceWorker controlled the page load, it should control subresources. If it wants to do something different, it could respond with a redirect (although that would double up on the final request).

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/607#issuecomment-90817428

Received on Wednesday, 8 April 2015 06:13:04 UTC