Skip to content
Merged
9 changes: 8 additions & 1 deletion browsers/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,16 @@
"23.0.0": {
"release_date": "2024-10-16",
"release_notes": "https://nodejs.org/en/blog/release/v23.0.0",
"status": "current",
"status": "retired",
"engine": "V8",
"engine_version": "12.9"
},
"24.0.0": {
"release_date": "2025-05-06",
"release_notes": "https://nodejs.org/en/blog/release/v24.0.0",
"status": "current",
"engine": "V8",
"engine_version": "13.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion javascript/builtins/Error.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
"version_added": false
},
"nodejs": {
"version_added": false
"version_added": "24.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nodejs/node#56497 similar to Safari below.

Copy link
Contributor Author

@jperelli jperelli May 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool thanks @zloirock , just added the same note, makes sense.

},
"oculus": "mirror",
"opera": "mirror",
Expand Down
4 changes: 2 additions & 2 deletions javascript/builtins/Float16Array.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"version_added": false
},
"nodejs": {
"version_added": false
"version_added": "24.0.0"
},
"oculus": "mirror",
"opera": "mirror",
Expand Down Expand Up @@ -69,7 +69,7 @@
"version_added": false
},
"nodejs": {
"version_added": false
"version_added": "24.0.0"
},
"oculus": "mirror",
"opera": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion javascript/builtins/RegExp.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"version_added": false
},
"nodejs": {
"version_added": false
"version_added": "24.0.0"
},
"oculus": "mirror",
"opera": "mirror",
Expand Down
14 changes: 12 additions & 2 deletions javascript/builtins/Symbol.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,12 @@
},
"nodejs": [
{
"version_added": "20.4.0"
"version_added": "24.0.0"
},
{
"version_added": "20.4.0",
"partial_implementation": true,
"notes": "Initial implementation only for fs and stream"
},
{
"version_added": "18.18.0",
Expand Down Expand Up @@ -258,7 +263,12 @@
},
"nodejs": [
{
"version_added": "20.4.0"
"version_added": "24.0.0"
},
{
"version_added": "20.4.0",
"partial_implementation": true,
"notes": "Initial implementation only for fs and stream"
},
{
"version_added": "18.18.0",
Expand Down
3 changes: 3 additions & 0 deletions webassembly/memory64.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "24.0.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down