CheckOptions
Defined in: plugins/updater/guest-js/index.ts:8
Options used when checking for updates
optionalallowDowngrades:boolean
Defined in: plugins/updater/guest-js/index.ts:28
Allow downgrades to previous versions by not checking if the current version is greater than the available version.
optionalheaders:HeadersInit
Defined in: plugins/updater/guest-js/index.ts:12
Request headers
optionalproxy:string
Defined in: plugins/updater/guest-js/index.ts:20
A proxy url to be used when checking and downloading updates.
optionaltarget:string
Defined in: plugins/updater/guest-js/index.ts:24
Target identifier for the running application. This is sent to the backend.
optionaltimeout:number
Defined in: plugins/updater/guest-js/index.ts:16
Timeout in milliseconds
© 2025 Tauri Contributors. CC-BY / MIT