This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
It makes a lot of headaches in many edge cases to expose a reference to the listeners array.
It would be better if emitter.listeners('ev') returned a copy of the array, not the actual thing. Then we could change it, without worrying about consistency guarantees or breaking userland code.