Category: Electron Api
-
App
Control your application’s event lifecycle. Process: Main The following example shows how to quit the application when the last window is closed: Events The app object emits the following events: Event: ‘will-finish-launching’ Emitted when the application has finished basic startup. On Windows and Linux, the will-finish-launching event is the same as the ready event; on macOS, this event represents the applicationWillFinishLaunching notification of NSApplication. In…