- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 11 Feb 2021 03:17:47 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 February 2021 11:17:59 UTC
@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