fix: segfault on webContents.fromId(xxx) (#26609)
This commit is contained in:
parent
abb1504ecc
commit
329494cfeb
3 changed files with 15 additions and 2 deletions
|
@ -42,7 +42,8 @@ returns `null`.
|
|||
|
||||
* `id` Integer
|
||||
|
||||
Returns `WebContents` - A WebContents instance with the given ID.
|
||||
Returns `WebContents` | undefined - A WebContents instance with the given ID, or
|
||||
`undefined` if there is no WebContents associated with the given ID.
|
||||
|
||||
## Class: WebContents
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue