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

@ -144,12 +144,12 @@ Returns `any` - The object returned by `require(module)` in the main process.
### `remote.getCurrentWindow()`
Returns `BrowserWindow` - The [`BrowserWindow`](browser-window.md) object to which this web page
Returns [`BrowserWindow`](browser-window.md) - The window to which this web page
belongs.
### `remote.getCurrentWebContents()`
Returns `WebContents` - The [`WebContents`](web-contents.md) object of this web page.
Returns [`WebContents`](web-contents.md) - The web contents of this web page.
### `remote.getGlobal(name)`