-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event emitter node polyfill #3944
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool - LGTM
Edit: Oops didn’t see the WIP note. Let me know when you’re done with this.
@ry Thanks. I've added some jsdoc, but decided I will save my other changes for another PR. Basically I found a few extra functions added in Node 13.4 I'm missing. Ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - LGTM
[WIP] - Just noticed some small changes I want to make to this.EDIT: ready to go.This is the polyfill implementation for the Node Events API. See also #3403. It is partly based off the nodejs/event.js and denolibs/event_emitter libraries.