From 7851a34c2d0b74c654ff09b0e1556c457214fb15 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Mon, 19 Jan 2026 10:45:23 +0100 Subject: [PATCH] docs: fix `webContents.hostWebContents` types (#49424) --- docs/api/web-contents.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 31519a0b92..c5aab8baf1 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -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_