Header menu logo fable-electron-docs-api

IOnReady Type

Emitted once, when Electron has finished initializing. On macOS, launchInfo holds the userInfo of the NSUserNotification or information from UNNotificationResponse that was used to open the application, if it was launched from Notification Center. You can also call app.isReady() to check if this event has already fired and app.whenReady() to get a Promise that is fulfilled when Electron is initialized.> [!NOTE] The ready event is only fired after the main process has finished running the first tick of the event loop. If an Electron API needs to be called before the ready event, ensure that it is called synchronously in the top-level context of the main process.

Instance members

Instance member Description

this.event

Full Usage: this.event

Modifiers: abstract

this.launchInfo

Full Usage: this.launchInfo

Modifiers: abstract

Type something to start searching.