node:eventsnode:events 's EventEmitterEventEmitter class, specifically its once()once() method that returns a promise resolving the next time a specific event arrives, as well as removeAllListeners()removeAllListeners(). What would you suggest I use to get rid of that dependency? I can't use EventTargetEventTarget since it doesn't let you drop all the registered listeners and doesn't support the once()once() scenario. Anything else?Join the Discord to ask follow-up questions and connect with the community