mergeBytes
Concatenates an array of Uint8Arrays 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. |
Concatenates an array of Uint8Arrays into a single Uint8Array.
Reuses the original byte array when applicable.
| Parameter | Type | Description |
|---|---|---|
byteArrays | Uint8Array<ArrayBufferLike>[] | The array of byte arrays to concatenate. |