-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Expose EventTarget and Event by default? #35495
Labels
eventtarget
Issues and PRs related to the EventTarget implementation.
Comments
addaleax
added
the
eventtarget
Issues and PRs related to the EventTarget implementation.
label
Oct 4, 2020
That'd be perfect! E.g., I have a module that could work unmodified in both browser and Node.js if |
Let's go for it. Node v15 seems about a good time to do this. |
addaleax
added a commit
to addaleax/node
that referenced
this issue
Oct 4, 2020
Add - Event - EventTarget - MessagePort - MessageChannel - MessageEvent to the set of global objects, since they are available now and behave like they do in the browser. Fixes: nodejs#35495
4 tasks
Works for me! |
nodejs-github-bot
pushed a commit
that referenced
this issue
Oct 11, 2020
Add - Event - EventTarget - MessagePort - MessageChannel - MessageEvent to the set of global objects, since they are available now and behave like they do in the browser. Fixes: #35495 PR-URL: #35496 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
joesepi
pushed a commit
to joesepi/node
that referenced
this issue
Jan 8, 2021
PR-URL: nodejs#35496 Fixes: nodejs#35495 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
joesepi
pushed a commit
to joesepi/node
that referenced
this issue
Jan 8, 2021
Add - Event - EventTarget - MessagePort - MessageChannel - MessageEvent to the set of global objects, since they are available now and behave like they do in the browser. Fixes: nodejs#35495 PR-URL: nodejs#35496 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it might make sense to expose the
EventTarget
andEvent
classes on the global object. We usually do this in semver-major changes only, so it might make sense to do this in Node v15.0.0 with an exception from the @nodejs/tsc, so that these classes are available for features that we add.The text was updated successfully, but these errors were encountered: