denote webview process so linter will recognize it as an API

This commit is contained in:
Zeke Sikelianos 2017-03-02 13:27:04 -08:00
parent 8f7785bb05
commit 01423f79b3

View file

@ -2,6 +2,8 @@
> Display external web content in an isolated frame and process. > 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 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. 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 An embedded page within your app controls how the guest content is laid out and