remove webContents.openDevTools() deprecation

This commit is contained in:
Shelley Vohr 2018-05-23 09:30:15 -07:00
parent 3deffa859d
commit 4a90056462
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 0 additions and 22 deletions

View file

@ -40,15 +40,6 @@ ses.setCertificateVerifyProc(function (request, callback) {
})
```
## `webContents`
```js
// Deprecated
webContents.openDevTools({detach: true})
// Replace with
webContents.openDevTools({mode: 'detach'})
```
## `webFrame`
```js