From bd923838c108c0ea693f3a158a5d1ca09cd317b3 Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Thu, 9 Jan 2020 18:29:22 +0100 Subject: [PATCH] docs: initial document for comparing web embeds (#20478) Co-authored-by: Felix Rieseberg Co-authored-by: Mark Lee --- docs/README.md | 1 + docs/tutorial/web-embeds.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 docs/tutorial/web-embeds.md 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: `