From 45d9dd50f5a48978793f0cc849bb2890ba10c19f Mon Sep 17 00:00:00 2001 From: Hamish Macpherson Date: Thu, 29 Apr 2021 14:51:44 -0700 Subject: [PATCH 1/2] docs: Link to `BrowserView` from `webview` page --- docs/api/webview-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 5d60ec38a8e9f..974c8f501cd5e 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -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), or an architecture that avoids embedded content altogether. ## Enabling From 957217a7b09094fbc93b624709d74bb9572549cf Mon Sep 17 00:00:00 2001 From: Hamish Macpherson Date: Sun, 2 May 2021 08:34:27 -0700 Subject: [PATCH 2/2] fix relative link --- docs/api/webview-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 974c8f501cd5e..e2f4ec4834e5f 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -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`](browser-view), +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