Note that a TypedArray is a view into an underlying ArrayBuffer.
This view allows to cover a subset of the ArrayBuffer, for example
when using TypedArray.prototype.subarray().
For views which are subsets, a roundtrip from TypedArray to ArrayBuffer
and back will yield a TypedArray that is not a subset anymore.
Returns a converter for TypedArray objects.
Note that a
TypedArrayis a view into an underlyingArrayBuffer. This view allows to cover a subset of theArrayBuffer, for example when usingTypedArray.prototype.subarray(). For views which are subsets, a roundtrip fromTypedArraytoArrayBufferand back will yield aTypedArraythat is not a subset anymore.Example: