- From: Benjamin Gruenbaum <notifications@github.com>
- Date: Thu, 04 May 2023 02:08:52 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 May 2023 09:08:58 UTC
Hmm, that's right and a little unfortunate, there should (ideally) be no way for "abort" event listeners to prevent other "abort" listeners from firing. Doesn't this mean any place using "abort" in userland code can prevent cleanup/cancellation from running in places that listen to "abort"? Even if we fix this in Node core isn't this a problem for any library using AbortSignal? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1152#issuecomment-1534358965 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1152/c1534358965@github.com>
Received on Thursday, 4 May 2023 09:08:58 UTC