Preparing search index...
The search index is not available
@kksh/api
@kksh/api
index
IUpdownload
Interface IUpdownload
interface
IUpdownload
{
download
:
(
url
:
string
,
filePath
:
string
,
progressHandler
?:
ProgressHandler
,
headers
?:
Map
<
string
,
string
>
,
body
?:
string
,
)
=>
Promise
<
void
>
;
upload
:
(
url
:
string
,
filePath
:
string
,
progressHandler
?:
ProgressHandler
,
headers
?:
Map
<
string
,
string
>
,
)
=>
Promise
<
string
>
;
}
Index
Properties
download
upload
Properties
download
download
:
(
url
:
string
,
filePath
:
string
,
progressHandler
?:
ProgressHandler
,
headers
?:
Map
<
string
,
string
>
,
body
?:
string
,
)
=>
Promise
<
void
>
upload
upload
:
(
url
:
string
,
filePath
:
string
,
progressHandler
?:
ProgressHandler
,
headers
?:
Map
<
string
,
string
>
,
)
=>
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
download
upload
@kksh/api
Loading...