[heycam/webidl] Allow ES2020 BigInt values to be passed to operations taking integers. (#828)

**ES2020**&nbsp;adds the&nbsp;`BigInt`&nbsp;type, which&nbsp;allows for&nbsp;integers&nbsp;outside the&nbsp;<code>‑2<sup>53</sup>...2<sup>53</sup>&nbsp;‑&nbsp;1</code> to&nbsp;be&nbsp;represented in&nbsp;**JavaScript**&nbsp;code.

This&nbsp;makes it&nbsp;possible to&nbsp;handle the&nbsp;full&nbsp;range of&nbsp;`long` and&nbsp;`unsigned long` values&nbsp;in&nbsp;**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