- From: smaug---- <notifications@github.com>
- Date: Fri, 05 May 2023 01:02:45 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 May 2023 08:02:51 UTC
> `giveSignalToSomeone()` could prevent `userlandFetch()` from seeing the signal was aborted by using `stopImmediatePropagation()`. ...if using event, and that is the whole point of stop*propagation. The same applies to all the event targets. And if one wants to follow signals, any() should help here, since it can be used to basically clone the signal object. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1016#issuecomment-1535884090 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1016/1535884090@github.com>
Received on Friday, 5 May 2023 08:02:51 UTC