Doc web-contents-created
This commit is contained in:
parent
56001b481e
commit
88a81ef946
1 changed files with 9 additions and 0 deletions
|
@ -160,6 +160,15 @@ Returns:
|
||||||
|
|
||||||
Emitted when a new [browserWindow](browser-window.md) is created.
|
Emitted when a new [browserWindow](browser-window.md) is created.
|
||||||
|
|
||||||
|
### Event: 'web-contents-created'
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
|
||||||
|
* `event` Event
|
||||||
|
* `webContents` WebContents
|
||||||
|
|
||||||
|
Emitted when a new [webContents](web-contents.md) is created.
|
||||||
|
|
||||||
### Event: 'certificate-error'
|
### Event: 'certificate-error'
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
Loading…
Reference in a new issue