From: Kevin Sawicki Date: Thu, 9 Jun 2016 17:05:09 +0000 (-0700) Subject: Doc BrowserWindow.isDevToolsExtensionInstalled X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=091682a039724f5e79b7db0d67112b81943e4dc3;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Doc BrowserWindow.isDevToolsExtensionInstalled --- diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 8b850b5..5fb1fbf 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: