array-buffer
Contains utility functions for ArrayBuffer objects.
Functions
Section titled “Functions”| Function | Description |
|---|---|
| toArrayBuffer | Copies 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. |