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

    Interface DetectionGlobals

    Subset of browser globals the detector consults. Exposed as an interface so tests can inject mocks without monkey-patching globalThis.

    interface DetectionGlobals {
        indexedDB?: IDBFactory;
        navigator?: NavigatorLike;
        window?: WindowLike;
    }
    Index

    Properties

    indexedDB?: IDBFactory
    navigator?: NavigatorLike
    window?: WindowLike