Functions
mergeBytes
mergeBytes(
byteArrays
):Uint8Array
Concatenates an array of Uint8Array
s into a single Uint8Array
.
Reuses the original byte array when applicable.
Parameters
Parameter | Type | Description |
---|---|---|
byteArrays | Uint8Array <ArrayBufferLike >[] | The array of byte arrays to concatenate. |