Skip to content
Tauri 中文网

@tauri-apps/plugin-upload

Functions

download()

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

Parameters

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

Returns

Promise<void>

Source: undefined


upload()

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

Parameters

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

Returns

Promise<string>

Source: undefined


Tauri 中文网 - 粤ICP备13048890号