mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Doc webContents.isFocused
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user