Open
Description
Would if make sense to add on/off as aliases to addEventListener/removeEventListener?
I'm ending up writing quite a bit of code that checks for either since usually I like to implement api's to support both EventEmitter and AbortSignal. Having the aliases would make code much easier and less error prone.