Doc webContents.isFocused
This commit is contained in:
parent
d8eb8f4007
commit
e1459b7db7
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue