Skip to content

@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>
Parameter Type
url string
filePath string
progressHandler? ProgressHandler
headers? Map<string, string>
body? string

Promise<void>

Source: undefined


function upload(
url,
filePath,
progressHandler?,
headers?,
method?): Promise<string>
Parameter Type
url string
filePath string
progressHandler? ProgressHandler
headers? Map<string, string>
method? HttpMethod

Promise<string>

Source: undefined


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