brows3r — TypeScript API
    Preparing search index...

    Interface AutoUpdateSettings

    Auto-update channel and behaviour.

    interface AutoUpdateSettings {
        channel: string;
        enabled: boolean;
    }
    Index

    Properties

    Properties

    channel: string

    "stable" | "beta" | "nightly"

    enabled: boolean