Mark isDestroyed as public on BrowserWindow/WebContents

This commit is contained in:
Kevin Sawicki 2016-08-03 14:54:36 -07:00
parent 15e6028f38
commit 05ab7d39ad
2 changed files with 9 additions and 1 deletions

View file

@ -572,6 +572,10 @@ Removes focus from the window.
Returns a boolean, whether the window is focused.
#### `win.isDestroyed()`
Returns a boolean, whether the window is destroyed.
#### `win.show()`
Shows and gives focus to the window.