From: Cheng Zhao Date: Mon, 14 Sep 2015 09:02:36 +0000 (+0800) Subject: docs: browser-window-created event X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8534ff452605ba17def4747d2aeb1f8da5568c92;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git docs: browser-window-created event --- diff --git a/docs/api/app.md b/docs/api/app.md index 42a5dfc..799db98 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -118,6 +118,15 @@ Returns: Emitted when a [browserWindow](browser-window.md) gets focused. +### Event: 'browser-window-created' + +Returns: + +* `event` Event +* `window` BrowserWindow + +Emitted when a new [browserWindow](browser-window.md) is created. + ### Event: 'select-certificate' Emitted when a client certificate is requested.