Skip to content

Commit 711bc9c

Browse files
authored
Merge pull request #109 from dunxen/patch-1
Specify Node version for Wasm BigInt support
2 parents 293bcee + ed6cbcd commit 711bc9c

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)