DEV Community

Discussion on: Node.js Event Emitter

Collapse
 
yw662 profile image
yw662 • Edited

this is exactly the EventTarget we have in DOM, all except on instead of addEventListener, and we can use Element instead.

And, btw, EventTarget is in node.js since 15.