events -> instance events
This commit is contained in:
parent
e866c68938
commit
67dbff1d4a
1 changed files with 2 additions and 2 deletions
|
@ -277,9 +277,9 @@ The `webPreferences` option is an object that can have the following properties:
|
||||||
* `backgroundThrottling` Boolean - Whether to throttle animations and timers
|
* `backgroundThrottling` Boolean - Whether to throttle animations and timers
|
||||||
when the page becomes background. Defaults to `true`.
|
when the page becomes background. Defaults to `true`.
|
||||||
|
|
||||||
## Events
|
## Instance Events
|
||||||
|
|
||||||
The `BrowserWindow` object emits the following events:
|
Instances of `BrowserWindow` emit the following events:
|
||||||
|
|
||||||
**Note:** Some events are only available on specific operating systems and are
|
**Note:** Some events are only available on specific operating systems and are
|
||||||
labeled as such.
|
labeled as such.
|
||||||
|
|
Loading…
Reference in a new issue