Re: [whatwg/dom] Filtering only trusted events in addEventListener (#1016)

> `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