docs: backport current tutorials to 12-x-y (#28396)

This commit is contained in:
Antón Molleda
2021-03-30 11:53:59 -07:00
committed by GitHub
parent c023c480bb
commit 22f6abc4f5
34 changed files with 399 additions and 421 deletions

View File

@@ -20,7 +20,7 @@ and only allow the capabilities you want to support.
### WebViews
> Important Note:
[we do not recommend you to use use WebViews](https://www.electronjs.org/docs/api/webview-tag#warning),
[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