Skip to content

StreamDownloadData

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

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