Creates a new fresh ArrayBuffer with given data. Note: Regular Buffer.from(base64, 'base64) creates in Node a shared buffer, this function makes sure a copy happens and the ArrayBuffer is not shared.
Generated using TypeDoc
Creates a new fresh ArrayBuffer with given data. Note: Regular Buffer.from(base64, 'base64) creates in Node a shared buffer, this function makes sure a copy happens and the ArrayBuffer is not shared.