- From: Noam Rosenthal <notifications@github.com>
- Date: Fri, 02 Sep 2022 05:26:08 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 September 2022 12:26:21 UTC
> > How does this work in terms of callbacks and such? The prior approach was that the algorithm would return a response. I'm not entirely sure that was workable, but I'm not sure what the new approach is. > > The new approach is reviewable here: [whatwg/html#8097](https://github.com/whatwg/html/pull/8097) Specifically, we don't need new callbacks because we don't replace `fetch params`. `process response` etc still work the same way, the only thing that changes is that instead of processing redirects automatically we have to call `next` from the outside. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1469#issuecomment-1235439911 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1469/c1235439911@github.com>
Received on Friday, 2 September 2022 12:26:21 UTC