-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Inconsistent version table of CustomEvent
#55733
Labels
doc
Issues and PRs related to the documentations.
Comments
PRs are always welcome Seems like we just need to merge the tables, and then it'll have everything it needs. |
Got it! |
aduh95
pushed a commit
that referenced
this issue
Nov 9, 2024
PR-URL: #55758 Fixes: #55733 Refs: #55733 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
geeksilva97
added a commit
to geeksilva97/node
that referenced
this issue
Nov 10, 2024
PR-URL: nodejs#55758 Fixes: nodejs#55733 Refs: nodejs#55733 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
geeksilva97
added a commit
to geeksilva97/node
that referenced
this issue
Nov 11, 2024
PR-URL: nodejs#55758 Fixes: nodejs#55733 Refs: nodejs#55733 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
ruyadorno
pushed a commit
that referenced
this issue
Nov 21, 2024
PR-URL: #55758 Backport-PR-URL: #55805 Fixes: #55733 Refs: #55733 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this issue
Nov 21, 2024
PR-URL: nodejs#55758 Fixes: nodejs#55733 Refs: nodejs#55733 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
Ceres6
pushed a commit
to Ceres6/node
that referenced
this issue
Nov 26, 2024
PR-URL: nodejs#55758 Fixes: nodejs#55733 Refs: nodejs#55733 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected URL(s)
https://nodejs.org/docs/latest/api/globals.html#customevent, https://nodejs.org/docs/latest/api/events.html#class-customevent
Description of the problem
The version table of
CustomEvent
is inconsistent, both missed some useful information, see mdn/browser-compat-data#24955 for my full researchfor globals:
for events:
The text was updated successfully, but these errors were encountered: