Skip to content

Commit 129c04d

Browse files
BridgeARcaugner
andauthored
Node.js 24+ supports Math.f16round() (mdn#28687)
* Node.js 24+ supports Math.f16round This was added with a V8 update in v24.0.0 when landing Float16Array support. https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V24.md#2025-05-06-version-2400-current-rafaelgss-and-juanarbol * Node 24 supports DataView.{get,set}Float16() --------- Co-authored-by: Claas Augner <caugner@mozilla.com>
1 parent 2a77b3b commit 129c04d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

javascript/builtins/DataView.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
},
442442
"firefox_android": "mirror",
443443
"nodejs": {
444-
"version_added": false
444+
"version_added": "24.0.0"
445445
},
446446
"oculus": "mirror",
447447
"opera": "mirror",
@@ -1023,7 +1023,7 @@
10231023
},
10241024
"firefox_android": "mirror",
10251025
"nodejs": {
1026-
"version_added": false
1026+
"version_added": "24.0.0"
10271027
},
10281028
"oculus": "mirror",
10291029
"opera": "mirror",

javascript/builtins/Math.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@
12711271
},
12721272
"firefox_android": "mirror",
12731273
"nodejs": {
1274-
"version_added": false
1274+
"version_added": "24.0.0"
12751275
},
12761276
"oculus": "mirror",
12771277
"opera": "mirror",

0 commit comments

Comments
 (0)