Merge pull request #6524 from liusy182/painted-event-6426

add "view-painted" event to WebContent.
This commit is contained in:
Cheng Zhao 2016-07-25 16:02:50 +09:00 committed by GitHub
commit c497765dea
6 changed files with 19 additions and 0 deletions

View file

@ -448,6 +448,10 @@ app.on('ready', () => {
})
```
#### Event: 'view-painted'
Emitted when a page's view is repainted.
### Instance Methods
#### `contents.loadURL(url[, options])`