Function downloadTypedArray

  • Downloads a TypedArray as a file in the browser

    Parameters

    • fileNameToDownload: string

      The name of the file to download

    • typedArray: TypedArray

      The TypedArray data to download

    Returns void