@not3/sdk
    Preparing search index...

    Type Alias SetBytesFn

    SetBytesFn: (buf: ArrayBuffer, index: number) => Promise<void>

    Function used by the FileDownload to write bytes to a file.

    Type declaration

      • (buf: ArrayBuffer, index: number): Promise<void>
      • Parameters

        • buf: ArrayBuffer

          The buffer to write

        • index: number

          The current part index, starting at 0

        Returns Promise<void>