From 01423f79b3fd3aa8270abd657fb83da64e39c57c Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 2 Mar 2017 13:27:04 -0800 Subject: [PATCH] denote webview process so linter will recognize it as an API --- docs/api/webview-tag.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 4887ecaa62..fe7b96d235 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -2,6 +2,8 @@ > Display external web content in an isolated frame and process. +Process: [Renderer](../tutorial/quick-start.md#renderer-process) + Use the `webview` tag to embed 'guest' content (such as web pages) in your Electron app. The guest content is contained within the `webview` container. An embedded page within your app controls how the guest content is laid out and