IFetchDownloadFileBlobResponse

Interface

Response object for the fetchDownloadFile operation when the response is a Blob.

Extends

Properties

Property Type Notes
blob Blob

The Blob object that contains the download file.

filename string

The name to assign to the file when saving it to disk.

type "blob"
cacheStatus Optional Inherited DownloadCacheStatus

If the response comes from our cache rather than a live download, indicates the status of the cached file


Interface defined in common/src/downloads/types.ts:171