docs: fix documented return value for getFocusedWebContents (#33170)
This commit is contained in:
parent
a20216de7a
commit
3bc3896ee7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ for all windows, webviews, opened devtools, and devtools extension background pa
|
||||||
|
|
||||||
### `webContents.getFocusedWebContents()`
|
### `webContents.getFocusedWebContents()`
|
||||||
|
|
||||||
Returns `WebContents` - The web contents that is focused in this application, otherwise
|
Returns `WebContents` | null - The web contents that is focused in this application, otherwise
|
||||||
returns `null`.
|
returns `null`.
|
||||||
|
|
||||||
### `webContents.fromId(id)`
|
### `webContents.fromId(id)`
|
||||||
|
|
Loading…
Reference in a new issue