Skip to content
Tauri
Releases

@tauri-apps/plugin-upload

Functions

download()

function download(
url,
filePath,
progressHandler?,
headers?): Promise<void>

Parameters

ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>

Returns

Promise<void>

Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/upload/guest-js/index.ts#L42


upload()

function upload(
url,
filePath,
progressHandler?,
headers?): Promise<void>

Parameters

ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>

Returns

Promise<void>

Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/upload/guest-js/index.ts#L14


© 2024 Tauri Contributors. CC-BY / MIT