Function downloadArrayBuffer

  • Downloads an ArrayBuffer as a file in the browser

    Parameters

    • fileNameToDownload: string

      The name of the file to download

    • arrayBuffer: ArrayBuffer

      The ArrayBuffer data to download

    Returns void