- From: ExE Boss <notifications@github.com>
- Date: Thu, 12 Dec 2019 15:37:49 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 December 2019 23:37:55 UTC
**ES2020** adds the `BigInt` type, which allows for integers outside the <code>‑2<sup>53</sup>...2<sup>53</sup> ‑ 1</code> to be represented in **JavaScript** code. This makes it possible to handle the full range of `long` and `unsigned long` values in **JavaScript**. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/828
Received on Thursday, 12 December 2019 23:37:55 UTC