papi-dts
    Preparing search index...

    Variable wasWindowCreatedWithoutActivationExperimental

    wasWindowCreatedWithoutActivation: boolean | undefined

    Whether this window was created without being activated, as of the moment it was created. Set in the renderer process from the URL search params; no other process assigns it, so it reads undefined there.

    This is the window's state at creation, not now: what content should do about it also depends on whether the user has since done anything in the window, which the renderer tracks separately.