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

wanderview commented on this pull request.

We probably need service worker fixes before this can be implemented.  Consider:

1. If a `FetchEvent.request.url` has a fragment, but `Response.url` does not, then we want to propagate the request fragment to the new response URL.
2. We need to do something if the FetchEvent request and response URLs have different fragments.  I guess Response fragment wins?



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

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