Skip to content

@vtjDocs


@vtj / utils / downloadRemoteFile

Function: downloadRemoteFile()

downloadRemoteFile(url, filename, type?): Promise<Blob>

Parameters

url: string

filename: string = ''

type?: string

Returns

Promise<Blob>

Defined in

packages/utils/src/download.ts:19

Released under the MIT License.