utilities.download.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > download
download() function
Downloads a copy of a file in the specified format
Signature:
export declare function download(filename: string, type: string, data: Blob): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| filename | string | |
| type | string | |
| data | Blob |
Returns:
void