Re: [whatwg/fetch] Stop censoring fragments (#696)

wanderview commented on this pull request.

I assume fragments will need to be stored in Cache API.  This should be fine in the spec since I believe it just holds Response objects.  In practice, though, you may run into situations where a site has old Response values without a fragment in Cache API and new Response objects with a fragment.  Not sure there is anything we can do to fix that, but its something to consider.



-- 
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/pull/696#pullrequestreview-111640113

Received on Thursday, 12 April 2018 14:16:12 UTC