diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 4455770334f..8406f328d5b 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -551,7 +551,8 @@ Emitted when a redirect was received while requesting a resource. * `event` Event * `url` String * `frameName` String -* `options` Object +* `disposition` String - Can be `default`, `foreground-tab`, `background-tab`, + `new-window` and `other` Emitted when the page requested to open a new window for `url`. It could be requested by `window.open` or an external link like ``. diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index 7b801d9bd69..d0b574539eb 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -250,6 +250,8 @@ webview.addEventListener('console-message', function(e) { * `url` String * `frameName` String +* `disposition` String - Can be `default`, `foreground-tab`, `background-tab`, + `new-window` and `other` Fired when the guest page attempts to open a new browser window.