Skip to content
Tauri 中文网

@tauri-apps/plugin-upload

Patch: "PATCH";

Source: undefined

Post: "POST";

Source: undefined

Put: "PUT";

Source: undefined

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?,
method?): Promise<string>
ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>
method?HttpMethod

Promise<string>

Source: undefined


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