Type Alias DownloadableBlob

DownloadableBlob: Blob & { download: (filename: string) => Promise<void> }

Type declaration

  • download: (filename: string) => Promise<void>

    download the blob in a using the specified filename