Doc BrowserWindow.isDevToolsExtensionInstalled
This commit is contained in:
parent
0a26075699
commit
091682a039
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue