mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update docs.
This commit is contained in:
@@ -28,7 +28,13 @@ In most cases, you should just do everything in the `ready` event handler.
|
||||
|
||||
### Event: 'ready'
|
||||
|
||||
Emitted when Electron has finished initialization.
|
||||
Returns:
|
||||
|
||||
* `launchInfo` Object _macOS_
|
||||
|
||||
Emitted when Electron has finished initialization. On macOS, `launchInfo` holds
|
||||
the `userInfo` of the `NSUserNotification` that was used to open the application,
|
||||
if it was launched from Notification Center.
|
||||
|
||||
### Event: 'window-all-closed'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user