Web features explorer

Typed arrays (initial support)

Widely available since 2018-01-29
Tags: javascript Groups: JavaScript > Collections > Typed arrays

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.

Learning resources on MDN

Browser support (view on caniuse.com)

Specifications