Update article.md
Safari in iOS14 support BigInt
This commit is contained in:
parent
e074a5f825
commit
7ab911c25f
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ const bigInt = 1234567890123456789012345678901234567890n;
|
||||||
As `BigInt` numbers are rarely needed, we don't cover them here, but devoted them a separate chapter <info:bigint>. Read it when you need such big numbers.
|
As `BigInt` numbers are rarely needed, we don't cover them here, but devoted them a separate chapter <info:bigint>. Read it when you need such big numbers.
|
||||||
|
|
||||||
```smart header="Compatibility issues"
|
```smart header="Compatibility issues"
|
||||||
Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
|
Right now `BigInt` is supported in the latest version Firefox/Chrome/Edge and Safari with iOS 14, but not in IE. [More Detial](https://caniuse.com/?search=bigint)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## String
|
## String
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue