Doc webContents.isFocused

This commit is contained in:
Kevin Sawicki 2016-07-13 14:20:33 -07:00
parent d8eb8f4007
commit e1459b7db7

View file

@ -463,6 +463,10 @@ let currentURL = win.webContents.getURL();
Returns the title of the current web page.
### `webContents.isFocused()`
Returns a Boolean, whether the web page is focused.
### `webContents.isLoading()`
Returns whether web page is still loading resources.