Bagikan melalui


BlobDownloadResponseModel type

Berisi data respons untuk operasi pengunduhan.

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