minigame-std
GitHub
npm
JSR
Preparing search index...
fs
DownloadFileOptions
Interface DownloadFileOptions
Options for downloading files.
interface
DownloadFileOptions
{
onProgress
?:
(
progressResult
:
IOResult
<
FetchProgress
>
)
=>
void
;
}
Hierarchy
Omit
<
WechatMinigame.DownloadFileOption
,
"url"
|
"filePath"
|
"success"
|
"fail"
>
DownloadFileOptions
Index
Properties
on
Progress?
Properties
Optional
on
Progress
onProgress
?:
(
progressResult
:
IOResult
<
FetchProgress
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Progress
GitHub
npm
JSR
minigame-std
Loading...
Options for downloading files.