📝 update webview docs to include devtools-* events

This commit is contained in:
leethomas 2016-01-01 01:45:03 -08:00
parent 8857eb9cba
commit 54c8c3e3fc
2 changed files with 13 additions and 1 deletions

View file

@ -650,3 +650,15 @@ Emitted when a page's theme color changes. This is usually due to encountering a
```html
<meta name='theme-color' content='#ff0000'>
```
### Event: 'devtools-opened'
Emitted when DevTools is opened.
### Event: 'devtools-closed'
Emitted when DevTools is closed.
### Event: 'devtools-focused'
Emitted when DevTools is focused / opened.