Re: [slightlyoff/ServiceWorker] Access to fragment identifiers (#854)

> Where @wanderview talks about redirects above, it's the URL in Location that would have a fragment, not the response URL. I don't think there's a way to get a fragment in a response URL and I don't think we should be adding that.

This confuses me.  If I do `fetch(urlThatRedirects)` shouldn't the results `response.url` be the final redirected url?  Isn't this step 11 of Http-Network Fetch?  It would seem to me you can get a fragment in the response URL that way, no?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/854#issuecomment-216889959

Received on Wednesday, 4 May 2016 14:53:45 UTC