Skip to content

StreamDownloadData

Response type for stream downloads, includes file size from Content-Length header

Property Type Description
size number | null File size in bytes from Content-Length header, or null if unknown
stream ReadableStream<Uint8Array<ArrayBufferLike>> The readable stream for the file content