Re: [whatwg/fetch] Browsers preserve fragments on redirects (#505)

> propagate the fragment from the request to the response, always

How this works when two requests with different fragments are served by the same cache entry?
For example,

```
<img src="/images/green.svg#svgView(viewBox(0,0,50,50))">
<img src="/images/green.svg#svgView(viewBox(25,25,50,50))">
```

Are two response objects with URLs with different fragments are created in Step 20.1 of https://fetch.spec.whatwg.org/#http-network-or-cache-fetch?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/505#issuecomment-386747293

Received on Friday, 4 May 2018 22:07:19 UTC