is-incognito-mode - v2.3.0
    Preparing search index...

    Type Alias BrowserName

    BrowserName:
        | "chromium"
        | "firefox"
        | "safari"
        | "webkit"
        | "edge-legacy"
        | "ie"
        | "unknown"

    Coarse browser-engine identifiers used to pick a detection strategy.

    We deliberately do not export brand names like "Brave" or "Vivaldi" — they are all Chromium under the hood and the relevant private-mode behaviour matches the engine, not the brand.