From 0a11efcf57cdf1f061ed4a3272e87f06d2fc7cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20P=C5=82aczek?= Date: Mon, 22 Jul 2024 00:34:13 +0100 Subject: [PATCH] docs(api-history): `new WebContentsView([options])` --- docs/api/web-contents-view.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/api/web-contents-view.md b/docs/api/web-contents-view.md index 66bb257cf0..ccd0e2be7e 100644 --- a/docs/api/web-contents-view.md +++ b/docs/api/web-contents-view.md @@ -34,6 +34,17 @@ Process: [Main](../glossary.md#main-process) ### `new WebContentsView([options])` + + * `options` Object (optional) * `webPreferences` [WebPreferences](structures/web-preferences.md) (optional) - Settings of web page's features. * `webContents` [WebContents](web-contents.md) (optional) - If present, the given WebContents will be adopted by the WebContentsView. A WebContents may only be presented in one WebContentsView at a time.