🏠 New in Low Baseline Support: Typed arrays (initial support)

July 29, 2015

caniuse · mdn · [spec]([‘https://tc39.es/ecma262/multipage/indexed-collections.html#table-49’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-constructors’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray.bytes_per_element’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%25typedarray%25.prototype.buffer’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%25typedarray%25.prototype.bytelength’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%25typedarray%25.prototype.byteoffset’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.join’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-get-%25typedarray%25.prototype.length’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-the-typedarray-constructors’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.reverse’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.set’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.slice’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.sort’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.subarray’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.tolocalestring’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.tostring’])

Typed arrays are ordered lists of JavaScript values, where all values are of the same numerical type, such as 8-bit integers or 32-bit floating point numbers.

Source features