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

> Our intention is that the fragment in a response.url for a navigation will not be used to scroll the page. Only the request url can do that.

To further clarify, I think this is our intention for `evt.respondWith(new Response(urlWithFragment))`.

I think exposing fragment in response.url would allow scrolling the page if you did `evt.respondWith(Response.redirect(urlWithFragment))`.

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

Received on Tuesday, 12 April 2016 04:55:07 UTC