add save-to-disk disposition for new-window event

This commit is contained in:
deepak1556 2016-09-16 16:30:26 +05:30
parent 94faaf7d58
commit e7f1265b64
3 changed files with 3 additions and 2 deletions

View file

@ -144,7 +144,7 @@ Returns:
* `url` String
* `frameName` String
* `disposition` String - Can be `default`, `foreground-tab`, `background-tab`,
`new-window` and `other`.
`new-window`, `save-to-disk` and `other`.
* `options` Object - The options which will be used for creating the new
`BrowserWindow`.

View file

@ -670,7 +670,7 @@ Returns:
* `url` String
* `frameName` String
* `disposition` String - Can be `default`, `foreground-tab`, `background-tab`,
`new-window` and `other`.
`new-window`, `save-to-disk` and `other`.
* `options` Object - The options which should be used for creating the new
`BrowserWindow`.