Document BrowserView.{destroy,isDestroyed} (#12274)

This commit is contained in:
Birunthan Mohanathas 2018-03-15 09:15:56 +02:00 committed by Samuel Attard
parent c2673aa970
commit 2681e769a6
2 changed files with 26 additions and 0 deletions

View file

@ -73,6 +73,16 @@ A `Integer` representing the unique ID of the view.
Objects created with `new BrowserView` have the following instance methods:
#### `view.destroy()`
Force closing the view, the `unload` and `beforeunload` events won't be emitted
for the web page. After you're done with a view, call this function in order to
free memory and other resources as soon as possible.
#### `view.isDestroyed()`
Returns `Boolean` - Whether the view is destroyed.
#### `view.setAutoResize(options)` _Experimental_
* `options` Object