次の方法で共有


BlobDownloadResponseInternal type

ダウンロード操作の応答データが含まれています。

type BlobDownloadResponseInternal = BlobDownloadHeaders & {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}