Update docs.
This commit is contained in:
parent
f0517812b1
commit
80f046c8df
1 changed files with 7 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue