mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
change the option name to devTools
This commit is contained in:
@@ -225,7 +225,7 @@ Possible values of the `titleBarStyle` option are:
|
||||
|
||||
The `webPreferences` option is an object that can have the following properties:
|
||||
|
||||
* `disableDevTools` Boolean - Whether to disable DevTools. If it is set to `true`, can not use `BrowserWindow.webContents.openDevTools()` to open DevTools. Default is `false`.
|
||||
* `devTools` Boolean - Whether to enable DevTools. If it is set to `false`, can not use `BrowserWindow.webContents.openDevTools()` to open DevTools. Default is `true`.
|
||||
* `nodeIntegration` Boolean - Whether node integration is enabled. Default
|
||||
is `true`.
|
||||
* `preload` String - Specifies a script that will be loaded before other
|
||||
|
||||
Reference in New Issue
Block a user