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

> It currently does not happen when a service worker returns something like fetch("test") to a request for hi#test. I.e., the resulting URL is not defined to be test#test, it's defined to be test.

I think that looks okay. I don't think we should apply the request's fragment forwarding in this case. The request is intercepted and programmed to return a response in many different ways. Devs might even want to intentionally set a different fragment in the fetch event handler.

-- 
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#issuecomment-416775370

Received on Tuesday, 28 August 2018 23:41:21 UTC