Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 445 Bytes

File metadata and controls

22 lines (13 loc) · 445 Bytes

Home > @datashaper/workflow > fetchFile

fetchFile() function

Signature:

export declare function fetchFile(url: string): Promise<Blob>;

Parameters

Parameter Type Description
url string

Returns:

Promise<Blob>