downloadBlob
Asks the browser to download a blob as a file. Used by downloadRequest.
export declare function downloadBlob(blob: Blob | MediaSource, fileName: string): Promise<void>;Last updated
Was this helpful?
Asks the browser to download a blob as a file. Used by downloadRequest.
export declare function downloadBlob(blob: Blob | MediaSource, fileName: string): Promise<void>;Last updated
Was this helpful?
Was this helpful?