Re: [ServiceWorker] When responses from origin A are used in response to a request for origin B, treat as a redirect (#560)

@mattto they may differ from the perspective of the caller, since redirects are not exposed to the caller and redirects will change the request URL of the underlying request. And that request URL ends up on the response.

The "final url flag" may be removed per https://github.com/slightlyoff/ServiceWorker/issues/607#issuecomment-77590369 and subsequent comments. It's a bit magical with navigation and not a huge improvement over redirects otherwise I think.

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

Received on Sunday, 12 April 2015 12:55:06 UTC