Checks if the application is running in an Electron environment.
A promise that resolves to true if the application is running in an Electron environment, otherwise false.
Use the synchronous isElectronContext() function instead.
isElectronContext()
Generated using TypeDoc
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.