Is your feature request related to a problem? Please describe.
Using AbortController to manage events
Describe the solution you'd like
It would be useful to align EventDispatcher with EventTarget API
e.g. passing an { signal: AbortSignal } as a third arg.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
Using AbortController to manage events
Describe the solution you'd like
It would be useful to align EventDispatcher with EventTarget API
e.g. passing an
{ signal: AbortSignal }as a third arg.Describe alternatives you've considered
No response
Additional context
No response