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

@davidben I'm wondering if you have any thoughts how to best account for fragments in redirects. It seems that when computing the location URL we'd really want the request's current URL's fragment as an input to that algorithm. An alternative is that we handle setting fragment separately, as this PR does now, but that would require handling it separately in HTML's navigate algorithm too.

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

Received on Thursday, 11 February 2021 11:17:59 UTC