@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface DownloadResult

    Result of a single-request file download.

    interface DownloadResult {
        body: ReadableStream<Uint8Array<ArrayBufferLike>>;
        headers: DownloadHeaders;
    }
    Index

    Properties

    Properties

    body: ReadableStream<Uint8Array<ArrayBufferLike>>

    Streaming body of the downloaded file.

    Parsed B2 response headers (content type, SHA-1, file info, etc.).