mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Doc BrowserWindow.isDevToolsExtensionInstalled
This commit is contained in:
@@ -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`.
|
||||
|
||||
### `BrowserWindow.isDevToolsExtensionInstalled(name)`
|
||||
|
||||
* `name` String
|
||||
|
||||
Returns `true` if the named DevTools extension is installed, `false` otherwise.
|
||||
|
||||
## Instance Properties
|
||||
|
||||
Objects created with `new BrowserWindow` have the following properties:
|
||||
|
||||
Reference in New Issue
Block a user