Skip to content
Tauri 中文网

@tauri-apps/plugin-upload

function download(
url,
filePath,
progressHandler?,
headers?,
body?): Promise<void>
ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>
body?string

Promise<void>

Source: undefined


function upload(
url,
filePath,
progressHandler?,
headers?): Promise<string>
ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>

Promise<string>

Source: undefined


Tauri v2.8 中文网 - 粤ICP备13048890号
Nodejs.cn 旗下网站