You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: web3.js/README.md
+18
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,24 @@ console.log(solanaWeb3);
87
87
console.log(solanaWeb3);
88
88
```
89
89
90
+
## Compatibility
91
+
92
+
This library requires a JavaScript runtime that supports [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) and the [exponentiation operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation). Both are supported in the following runtimes:
93
+
94
+
- Browsers, by [release date](https://caniuse.com/bigint):
-\>=0.7.0 using the [Hermes](https://reactnative.dev/blog/2022/07/08/hermes-as-the-default) engine ([integration guide](https://solanacookbook.com/integrations/react-native.html#how-to-use-solana-web3-js-in-a-react-native-app)):
107
+
90
108
## Flow Support (Discontinued)
91
109
92
110
Flow types are no longer supported in new releases. The last release with Flow support is v1.37.2 and its
0 commit comments