We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bb1d0 commit 7908013Copy full SHA for 7908013
docs/api/browser-window.md
@@ -273,8 +273,6 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
273
OS-level sandbox and disabling the Node.js engine. This is not the same as
274
the `nodeIntegration` option and the APIs available to the preload script
275
are more limited. Read more about the option [here](sandbox-option.md).
276
- **Note:** This option is currently experimental and may change or be
277
- removed in future Electron releases.
278
* `enableRemoteModule` Boolean (optional) - Whether to enable the [`remote`](remote.md) module.
279
Default is `true`.
280
* `session` [Session](session.md#class-session) (optional) - Sets the session used by the
0 commit comments