Skip to content

ResumableDownloadData

Response type for resumable downloads - stream abstracts chunking

PropertyTypeDescription
sizenull | numberFile size in bytes from HEAD request, or null if unknown
streamReadableStream<Uint8Array>The readable stream for the file content (abstracts chunking internally)