mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: precise that node integration is enabled in natively opened window if nodeIntegrationInSubFrames is true (#18156)
This commit is contained in:
committed by
Shelley Vohr
parent
c87394ee25
commit
2b3a256647
@@ -172,7 +172,7 @@ const w = new BrowserWindow({
|
||||
|
||||
### `nativeWindowOpen`
|
||||
|
||||
Child windows opened with the `nativeWindowOpen` option will always have Node.js integration disabled.
|
||||
Child windows opened with the `nativeWindowOpen` option will always have Node.js integration disabled, unless `nodeIntegrationInSubFrames` is `true.
|
||||
|
||||
### Privileged Schemes Registration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user