- From: hiroshige-g <notifications@github.com>
- Date: Fri, 04 May 2018 22:06:53 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 4 May 2018 22:07:19 UTC
> 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