@tauri-apps/plugin-updater - v2.9.0
Tauri Docs
GitHub
Preparing search index...
DownloadEvent
Type Alias DownloadEvent
DownloadEvent
:
|
{
event
:
"Started"
;
data
:
{
contentLength
?:
number
}
}
|
{
event
:
"Progress"
;
data
:
{
chunkLength
:
number
}
}
|
{
event
:
"Finished"
}
Updater download event
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tauri Docs
GitHub
@tauri-apps/plugin-updater - v2.9.0
Loading...
Updater download event