TransferDataSource
type TransferDataSource = AsyncIterable<TransferDataChunk>;Defined in: src/providers/ProviderTransferOperations.ts:17
Provider-neutral transfer content source. Node readable streams satisfy this shape.
type TransferDataSource = AsyncIterable<TransferDataChunk>;Defined in: src/providers/ProviderTransferOperations.ts:17
Provider-neutral transfer content source. Node readable streams satisfy this shape.