Docs update

This commit is contained in:
Samuel Attard 2016-11-23 11:51:44 +11:00
parent cd8b7f5219
commit 6a8ee19bf0
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
2 changed files with 5 additions and 1 deletions

View file

@ -481,6 +481,10 @@ win.webContents.on('paint', (event, dirty, image) => {
win.loadURL('http://github.com')
```
#### Event: 'devtools-reload-page'
Emitted when the devtools window instructs the webContents to reload
### Instance Methods
#### `contents.loadURL(url[, options])`