diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 67add6283b..235c044c81 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -37,6 +37,12 @@ for all windows, webviews, opened devtools, and devtools extension background pa Returns the web contents that is focused in this application, otherwise returns `null`. +### `webContents.fromId(id)` + +* `id` Integer + +Find a `WebContents` instance according to its ID. + ## Class: WebContents > Render and control the contents of a BrowserWindow instance.