implement method on browser window

This commit is contained in:
deepak1556 2015-05-18 20:08:08 +05:30
parent 46d80e8f05
commit 9963ddc485
5 changed files with 23 additions and 1 deletions

View file

@ -500,6 +500,10 @@ Toggle the developer tools.
Starts inspecting element at position (`x`, `y`).
### BrowserWindow.inspectServiceWorker()
Opens the developer tools for the service worker context present in the web contents.
### BrowserWindow.focusOnWebView()
### BrowserWindow.blurWebView()