Re: [whatwg/dom] Add AbortSignal.any() (PR #1152)

@annevk re: ordering, "follow" used abort algorithms (so yet another ordering), and I just realized changing fetch to use the new algorithm would be observable (e.g. the order is swapped in [this test](https://github.com/web-platform-tests/wpt/blob/master/fetch/api/abort/general.any.js#L569) when replacing "follow").

I'm not sure if this would cause problems or not, but it's observable. If we wanted to maintain compat with "follow" and use a common algorithm (this part's a goal), I think we'd need to use abort algorithms, which would complicate this somewhat (e.g. we'd probably need weak abort algorithms).


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

Message ID: <whatwg/dom/pull/1152/c1537292981@github.com>

Received on Sunday, 7 May 2023 05:10:00 UTC