BigInt64Array
Widely available
The BigInt64Array
and BigUint64Array
typed arrays represent 64-bit integers, signed and unsigned respectively.
To learn more, see
BigInt64Array,
BigInt64Array() constructor,
BigUint64Array,
BigUint64Array() constructor,
DataView.prototype.getBigInt64(),
DataView.prototype.getBigUint64(),
DataView.prototype.setBigInt64(),
DataView.prototype.setBigUint64() at MDN.
Compatibility
- Chrome 67 Released on 2018-05-29
- Chrome Android 67 Released on 2018-05-31
- Edge 79 Released on 2020-01-15
- Firefox 68 Released on 2019-07-09
- Firefox for Android 68 Released on 2019-07-09
- Safari 15 Released on 2021-09-20
- Safari on iOS 15 Released on 2021-09-20
Specifications
- ECMAScript Language Specification (#sec-typedarray-objects), from TC39 (Ecma International).