Skip to content

ResumableDownloadData

Response type for resumable downloads - stream abstracts chunking

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