@tauri-apps/plugin-upload
Functions
download()
Parameters
Parameter | Type |
---|---|
url |
string |
filePath |
string |
progressHandler ? |
ProgressHandler |
headers ? |
Map <string , string > |
body ? |
string |
Returns
Promise
<void
>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/upload/guest-js/index.ts#L44
upload()
Parameters
Parameter | Type |
---|---|
url |
string |
filePath |
string |
progressHandler ? |
ProgressHandler |
headers ? |
Map <string , string > |
Returns
Promise
<string
>
Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/upload/guest-js/index.ts#L16
© 2024 Tauri中文网