Skip to content
Tauri

CheckOptions

Defined in: plugins/updater/guest-js/index.ts:8

Options used when checking for updates

optional allowDowngrades: 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.


optional headers: HeadersInit

Defined in: plugins/updater/guest-js/index.ts:12

Request headers


optional proxy: string

Defined in: plugins/updater/guest-js/index.ts:20

A proxy url to be used when checking and downloading updates.


optional target: string

Defined in: plugins/updater/guest-js/index.ts:24

Target identifier for the running application. This is sent to the backend.


optional timeout: number

Defined in: plugins/updater/guest-js/index.ts:16

Timeout in milliseconds


© 2025 Tauri Contributors. CC-BY / MIT