diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 1f0f7fb7c3d6..bcb733a8ad98 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -2391,9 +2391,14 @@ A [`WebFrameMain`](web-frame-main.md) property that represents the top frame of #### `contents.opener` _Readonly_ -A [`WebFrameMain`](web-frame-main.md) property that represents the frame that opened this WebContents, either +A [`WebFrameMain | null`](web-frame-main.md) property that represents the frame that opened this WebContents, either with open(), or by navigating a link with a target attribute. +#### `contents.focusedFrame` _Readonly_ + +A [`WebFrameMain | null`](web-frame-main.md) property that represents the currently focused frame in this WebContents. +Can be the top frame, an inner `