Doc BrowserWindow.isDevToolsExtensionInstalled
authorKevin Sawicki <kevinsawicki@gmail.com>
Thu, 9 Jun 2016 17:05:09 +0000 (10:05 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Fri, 10 Jun 2016 16:24:04 +0000 (09:24 -0700)
docs/api/browser-window.md

index 8b850b5..5fb1fbf 100644 (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`.
 
+### `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: