зеркало из https://github.com/electron/electron.git
docs: update fiddles/quick-start to set contextIsolation: false (#27970)
This commit is contained in:
Родитель
360d1b2bfd
Коммит
2e091d401e
|
@ -5,7 +5,8 @@ function createWindow () {
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true
|
nodeIntegration: true,
|
||||||
|
contextIsolation: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче