Function base64ToArrayBuffer

  • 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.

    Parameters

    • base64: string

    Returns ArrayBuffer

Generated using TypeDoc