mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: link to BrowserView from webview page (#28942)
* docs: Link to `BrowserView` from `webview` page * fix relative link
This commit is contained in:
committed by
GitHub
parent
42e5421276
commit
9fb3a49c7c
@@ -5,7 +5,7 @@
|
||||
Electron's `webview` tag is based on [Chromium's `webview`][chrome-webview], which
|
||||
is undergoing dramatic architectural changes. This impacts the stability of `webviews`,
|
||||
including rendering, navigation, and event routing. We currently recommend to not
|
||||
use the `webview` tag and to consider alternatives, like `iframe`, Electron's `BrowserView`,
|
||||
use the `webview` tag and to consider alternatives, like `iframe`, [Electron's `BrowserView`](browser-view.md),
|
||||
or an architecture that avoids embedded content altogether.
|
||||
|
||||
## Enabling
|
||||
|
||||
Reference in New Issue
Block a user