Re: [whatwg/fetch] Editorial: Use controller for navigation redirect (PR #1469)

308 is a redirect status and 301/302/303 change the request method to `GET`. So it exists, but it's a bit harder to find what its implications are.

I don't think reusing the callback is the problem per se. We should document it's a bit weird for "navigate" though. I think the main problem might be all the state that we keep and don't reset (and some of it we need to keep and not reset, such as the URL list). Perhaps a follow-up issue to look at that more closely would be best for now.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1469#issuecomment-1262513703
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1469/c1262513703@github.com>

Received on Thursday, 29 September 2022 16:23:18 UTC