We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b178f85 + 0e9f4e1 commit 5fef393Copy full SHA for 5fef393
src/electronMain.ts
@@ -9,6 +9,7 @@ function createWindow(): void {
9
height: 560,
10
webPreferences: {
11
nodeIntegration: true,
12
+ contextIsolation: false,
13
enableRemoteModule: true,
14
preload: path.join(__dirname, '/preload.js'),
15
},
0 commit comments