-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Use EventTarget
when targeting Node.js 20
#162
Labels
Comments
Richienb
changed the title
Use
Use May 26, 2022
EventTarget
when targeting Node.js 14EventTarget
when targeting Node.js 16
This can be done now. |
Richienb
changed the title
Use
Use Aug 30, 2023
EventTarget
when targeting Node.js 16EventTarget
when targeting Node.js 18
waiting for |
|
Richienb
changed the title
Use
Use Dec 11, 2023
EventTarget
when targeting Node.js 18EventTarget
when targeting Node.js 20
Node.js 18 will be EOL April 2025. So, we should make this change by sometime early 2025. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EventTarget
is a built-in way to do events in Node.js 16+. This could be used instead of eventemitter3 when Node.js 14 is EOL.The text was updated successfully, but these errors were encountered: