Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / networking/src/public-api / readChunks

Function: readChunks()

readChunks<T>(chunkParser?): ParserFunction<ChunkData<T>>

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:663

Parser that streams response chunks and yields each chunk together with download progress metadata.

Type Parameters

T

T = Uint8Array<ArrayBufferLike>

Parameters

chunkParser?

(chunk) => T

Returns

ParserFunction<ChunkData<T>>

Released under the GNU AGPL v3 or later.