diff --git a/docs/README.md b/docs/README.md index e10b893ef166..2f0a2abc6d57 100644 --- a/docs/README.md +++ b/docs/README.md @@ -53,6 +53,7 @@ an issue: * [Native File Drag & Drop](tutorial/native-file-drag-drop.md) * [Offscreen Rendering](tutorial/offscreen-rendering.md) * [Supporting macOS Dark Mode](tutorial/mojave-dark-mode-guide.md) + * [Web embeds in Electron](tutorial/web-embeds.md) * [Accessibility](tutorial/accessibility.md) * [Spectron](tutorial/accessibility.md#spectron) * [Devtron](tutorial/accessibility.md#devtron) diff --git a/docs/tutorial/web-embeds.md b/docs/tutorial/web-embeds.md new file mode 100644 index 000000000000..1b260b775c2d --- /dev/null +++ b/docs/tutorial/web-embeds.md @@ -0,0 +1,22 @@ +# Web embeds in Electron + +If you want to embed (third party) web content in an Electron `BrowserWindow`, there are three options available to you: `