Hierarchy

  • BaseStreamReader<ByteStreamInfo>
    • ByteStreamReader

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • info: ByteStreamInfo
    • stream: ReadableStream<DataStream_Chunk>
    • OptionaltotalByteSize: number

    Returns ByteStreamReader

Properties

onProgress?: (progress: undefined | number) => void

Accessors

Methods

  • Returns {
        next: () => Promise<IteratorResult<Uint8Array, any>>;
        return(): Promise<IteratorResult<Uint8Array, any>>;
    }

MMNEPVFCICPMFPCPTTAAATR