- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 26 Sep 2022 01:49:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 September 2022 08:50:02 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. @annevk anything else missing here? Other changes in the HTML spec depend on this. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1469#issuecomment-1257705049 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1469/c1257705049@github.com>
Received on Monday, 26 September 2022 08:50:02 UTC