From efe98f76d18bd6dbdc04837a4f10341db267e60d Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:04:23 -0500 Subject: [PATCH] docs(web-embeds): replace BrowserView ref with WebContentsView (#42469) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Mark Lee --- docs/tutorial/web-embeds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/web-embeds.md b/docs/tutorial/web-embeds.md index e92cbe8fce..462b029c03 100644 --- a/docs/tutorial/web-embeds.md +++ b/docs/tutorial/web-embeds.md @@ -23,8 +23,8 @@ and only allow the capabilities you want to support. [we do not recommend you to use WebViews](../api/webview-tag.md#warning), as this tag undergoes dramatic architectural changes that may affect stability of your application. Consider switching to alternatives, like `iframe` and -Electron's `BrowserView`, or an architecture that avoids embedded content -by design. +Electron's [`WebContentsView`](../api/web-contents-view.md), or an architecture +that avoids embedded content by design. [WebViews](../api/webview-tag.md) are based on Chromium's WebViews and are not explicitly supported by Electron. We do not guarantee that the WebView API will