From 81c08e80f63e53cf8b34a2559c226794efe27907 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:58:28 +0100 Subject: [PATCH] docs: fix `webContents.hostWebContents` types (#49445) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- 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 25fd0991c3..71d1c2a632 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -2410,7 +2410,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_