📝 Correct types

This commit is contained in:
Felix Rieseberg 2017-10-27 12:14:09 -07:00
parent 29a85bc928
commit 7bad679a69

View file

@ -1445,7 +1445,7 @@ removed in future Electron releases.
#### `win.getBrowserView()` _Experimental_ #### `win.getBrowserView()` _Experimental_
Returns `BrowserView` - an attached BrowserView. Returns `null` if none is attached. Returns `BrowserView | null` - an attached BrowserView. Returns `null` if none is attached.
**Note:** The BrowserView API is currently experimental and may change or be **Note:** The BrowserView API is currently experimental and may change or be
removed in future Electron releases. removed in future Electron releases.