Skip to content

StreamDownloadData

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

PropertyTypeDescription
sizenull | numberFile size in bytes from Content-Length header, or null if unknown
streamReadableStream<Uint8Array>The readable stream for the file content