Doc BrowserWindow.isDevToolsExtensionInstalled

This commit is contained in:
Kevin Sawicki 2016-06-09 10:05:09 -07:00
parent 0a26075699
commit 091682a039

View file

@ -396,6 +396,12 @@ Method will also not return if the extension's manifest is missing or incomplete
Remove the DevTools extension whose name is `name`. Remove the DevTools extension whose name is `name`.
### `BrowserWindow.isDevToolsExtensionInstalled(name)`
* `name` String
Returns `true` if the named DevTools extension is installed, `false` otherwise.
## Instance Properties ## Instance Properties
Objects created with `new BrowserWindow` have the following properties: Objects created with `new BrowserWindow` have the following properties: