Function isElectronApp

  • Checks if the application is running in an Electron environment.

    Returns

    A promise that resolves to true if the application is running in an Electron environment, otherwise false.

    Deprecated

    Use the synchronous isElectronContext() function instead.

    Returns Promise<boolean>

Generated using TypeDoc