|
@@ -1169,6 +1169,7 @@ Ignore application menu shortcuts while this web contents is focused.
|
|
|
* `url` String - The _resolved_ version of the URL passed to `window.open()`. e.g. opening a window with `window.open('foo')` will yield something like `https://the-origin/the/current/path/foo`.
|
|
|
* `frameName` String - Name of the window provided in `window.open()`
|
|
|
* `features` String - Comma separated list of window features provided to `window.open()`.
|
|
|
+
|
|
|
Returns `{action: 'deny'} | {action: 'allow', overrideBrowserWindowOptions?: BrowserWindowConstructorOptions}` - `deny` cancels the creation of the new
|
|
|
window. `allow` will allow the new window to be created. Specifying `overrideBrowserWindowOptions` allows customization of the created window.
|
|
|
Returning an unrecognized value such as a null, undefined, or an object
|