Link to return class type

This commit is contained in:
Kevin Sawicki 2016-12-19 09:40:07 -08:00
parent 683d8033f0
commit 6352afb07a
6 changed files with 13 additions and 10 deletions

View file

@ -20,7 +20,8 @@ string.
* `frameName` String (optional)
* `features` String (optional)
Returns `BrowserWindowProxy` - Creates a new window and returns an instance of `BrowserWindowProxy` class.
Returns [`BrowserWindowProxy`](browser-window-proxy.md) - Creates a new window
and returns an instance of `BrowserWindowProxy` class.
The `features` string follows the format of standard browser, but each feature
has to be a field of `BrowserWindow`'s options.