@tauri-apps/plugin-updater - v2.9.0
    Preparing search index...

    Interface CheckOptions

    Options used when checking for updates

    interface CheckOptions {
        headers?: HeadersInit;
        timeout?: number;
        proxy?: string;
        target?: string;
        allowDowngrades?: boolean;
    }
    Index

    Properties

    headers?: HeadersInit

    Request headers

    timeout?: number

    Timeout in milliseconds

    proxy?: string

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

    target?: string

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

    allowDowngrades?: boolean

    Allow downgrades to previous versions by not checking if the current version is greater than the available version.