Skip to content

Commit

Permalink
docs(web-embeds): replace BrowserView ref with WebContentsView (elect…
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Jun 12, 2024
1 parent f6a9c55 commit 1d2f2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/web-embeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d2f2eb

Please sign in to comment.