IFetchDownloadFileBlobResponse
Response object for the fetchDownloadFile operation when the response is a Blob.
Extends
Properties
| Property | Type | Notes |
|---|---|---|
| Blob |
The Blob object that contains the download file. |
|
| string |
The name to assign to the file when saving it to disk. |
|
| "blob" | ||
| 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 packages/common/src/downloads/types.ts:147