From 88a81ef946fe1d27cd2a3185db0fe9b81ba1b8d1 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 13 Jun 2016 09:01:06 -0700 Subject: [PATCH] Doc web-contents-created --- docs/api/app.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/api/app.md b/docs/api/app.md index b7ce6ce..26db577 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -160,6 +160,15 @@ Returns: Emitted when a new [browserWindow](browser-window.md) is created. +### Event: 'web-contents-created' + +Returns: + +* `event` Event +* `webContents` WebContents + +Emitted when a new [webContents](web-contents.md) is created. + ### Event: 'certificate-error' Returns: -- 2.7.4