Skip to content

Conversation

@BridgeAR
Copy link
Contributor

Summary

This was added with a V8 update in v24.0.0 when landing Float16Array support.

Test results and supporting details

I checked the release notes, checked the existence in v24.0.0 as well as checking for the latest version and not supporting it in any earlier version manually.

https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V24.md#2025-05-06-version-2400-current-rafaelgss-and-juanarbol

@github-actions github-actions bot added data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript size:xs [PR only] 0-6 LoC changed labels Dec 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 17, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Great, thanks for your PR! Would you like to update all features that relate to float16arrays for node v24?

https://github.com/search?q=repo%3Amdn%2Fbrowser-compat-data%20web-features%3Afloat16array&type=code

@caugner caugner changed the title Node.js 24+ supports Math.f16round Node.js 24+ supports Math.f16round() Jan 9, 2026
@caugner
Copy link
Contributor

caugner commented Jan 13, 2026

Great, thanks for your PR! Would you like to update all features that relate to float16arrays for node v24?

github.com/search?q=repo%3Amdn%2Fbrowser-compat-data%20web-features%3Afloat16array&type=code

The data for Float16Array itself was already updated in #26735, and I pushed a commit to update the data for DataView, after verifying locally:

% node                                                                                                                            ✚
Welcome to Node.js v24.0.0.
Type ".help" for more information.
> DataView.prototype.setFloat16
[Function: setFloat16]
> DataView.prototype.getFloat16
[Function: getFloat16]

@github-actions github-actions bot added size:s [PR only] 7-24 LoC changed and removed size:xs [PR only] 0-6 LoC changed labels Jan 13, 2026
@caugner caugner merged commit 129c04d into mdn:main Jan 14, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript size:s [PR only] 7-24 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants