add "view-painted" event to WebContent.
This commit is contained in:
parent
08491e1ceb
commit
d335d7d706
6 changed files with 19 additions and 0 deletions
|
@ -448,6 +448,10 @@ app.on('ready', () => {
|
|||
})
|
||||
```
|
||||
|
||||
#### Event: 'view-painted'
|
||||
|
||||
Emitted when a page's view is repainted.
|
||||
|
||||
### Instance Methods
|
||||
|
||||
#### `contents.loadURL(url[, options])`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue