共用方式為


BlobDownloadResponseModel type

包含下載作業的回應資料。

type BlobDownloadResponseModel = BlobDownloadHeaders & { _response: Object, blobBody: Promise<Blob>, readableStreamBody: ReadableStream }