Skip to content

Commit ed6cbcd

Browse files
authored
Specify Node version for Wasm BigInt support
From Node v15.0, Wasm BigInt support is no longer experimental See: nodejs/node@ca8f3ef2e5
1 parent 293bcee commit ed6cbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Some functions may error spuriously due to oversights or missing implementations
6060

6161
The TypeScript bindings require modern web standards, including support for `FinalizationRegistry`
6262
and `WeakRef` (Chrome 84, Firefox 79, Safari 14.1/iOS 14.5 and Node 14.6) and WASM BigInt support
63-
(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node ??).
63+
(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node 15.0).
6464

6565
## General
6666

0 commit comments

Comments
 (0)