From 091682a039724f5e79b7db0d67112b81943e4dc3 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 9 Jun 2016 10:05:09 -0700 Subject: [PATCH] Doc BrowserWindow.isDevToolsExtensionInstalled --- docs/api/browser-window.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 8b850b5c438..5fb1fbff7ec 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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: