Skip to content

ResumableDownloadData

Response type for resumable downloads - stream abstracts chunking

Property Type Description
size number | null File size in bytes from HEAD request, or null if unknown
stream ReadableStream<Uint8Array<ArrayBufferLike>> The readable stream for the file content (abstracts chunking internally)