Skip to content

ElectronApp.whenReady method

ElectronApp › whenReady

Unofficial

Returns a promise fulfilled when Electron is initialized.

Signature:

whenReady(): Promise<void>

Returns: Promise<void>A promise resolved when the app is ready.