Skip to content

Commit 49ee7c5

Browse files
committed
Update README.md NOTE
1 parent cf4bc08 commit 49ee7c5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> [!NOTE]
2+
> [Float16 proposal has been included in the ES2025 specification.](https://github.com/tc39/ecma262/pull/3532) In modern environments, there is no need to load this ponyfill.
3+
> Please refer to [the Web Platform Status](https://webstatus.dev/features/float16array) for browser implementation status.
4+
15
# <a href="https://github.com/petamoriken/float16">float16</a>
26

37
<p align="center">
@@ -25,6 +29,10 @@
2529

2630
### Node.js
2731

32+
> [!NOTE]
33+
> Native float16 features are supported since
34+
> [Node.js v24.0.0](https://nodejs.org/en/blog/release/v24.0.0).
35+
2836
```console
2937
npm install @petamoriken/float16
3038
```

0 commit comments

Comments
 (0)