docs: fix webContents.hostWebContents types (#49424)

This commit is contained in:
Niklas Wenzel
2026-01-19 10:45:23 +01:00
committed by GitHub
parent faa21a748f
commit 7851a34c2d

View File

@@ -2364,7 +2364,8 @@ A [`NavigationHistory`](navigation-history.md) used by this webContents.
#### `contents.hostWebContents` _Readonly_
A [`WebContents`](web-contents.md) instance that might own this `WebContents`.
A `WebContents | null` property that represents a [`WebContents`](web-contents.md)
instance that might own this `WebContents`.
#### `contents.devToolsWebContents` _Readonly_