Skip to content

array-buffer

Contains utility functions for ArrayBuffer objects.

FunctionDescription
toArrayBufferCopies bytes into a fresh ArrayBuffer. Reaching for data.buffer would be cheaper but wrong: its type is ArrayBufferLike, and the view may cover only part of a larger buffer, so the caller can end up handed bytes it never asked for.