- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 04 May 2016 07:57:29 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Wednesday, 4 May 2016 14:58:04 UTC
Say I request A. A returns a redirect with Location set to B\#foo. Then I request B (I keep \#foo from the network). Then I get a response for B. Then I scroll to \#foo or do nothing. The key point here is that responses with a URL come from the network, and requests never include fragments over the network. The change here is that we do expose fragments to service workers and from `Request` objects in general. Similar to how we expose them elsewhere in the platform. --- 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-216891451
Received on Wednesday, 4 May 2016 14:58:04 UTC