workflow.fetchfile.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > fetchFile
fetchFile() function
Signature:
export declare function fetchFile(url: string): Promise<Blob>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| url | string |
Returns:
Promise<Blob>