@tauri-apps/plugin-upload
Functions
download()
download( url, filePath, progressHandler?, headers?): Promise< void >Parameters
| Parameter | Type |
|---|---|
url | string |
filePath | string |
progressHandler? | ProgressHandler |
headers? | Map< string, string > |
Returns
Promise< void >
Source: index.ts:42
upload()
upload( url, filePath, progressHandler?, headers?): Promise< void >Parameters
| Parameter | Type |
|---|---|
url | string |
filePath | string |
progressHandler? | ProgressHandler |
headers? | Map< string, string > |
Returns
Promise< void >
Source: index.ts:14
© 2024 Tauri Contributors. CC-BY / MIT