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

ParameterTypeDescription
urlstring

Returns:

Promise<Blob>

Contents

  1. 1fetchFile() function
  2. 2Parameters