@not3/sdk
    Preparing search index...

    Type Alias GetBytesFn

    GetBytesFn: (start: number, end: number) => Promise<ArrayBuffer>

    Function used by the FileUpload to get bytes from a file.

    Type declaration

      • (start: number, end: number): Promise<ArrayBuffer>
      • Parameters

        • start: number

          The start byte index

        • end: number

          The end byte index

        Returns Promise<ArrayBuffer>

        The bytes from the file as a buffer