0๐
โ
const win = new BrowserWindow({
width: 1276,
height: 800,
frame: false,
titleBarStyle: 'hiddenInset',
center: true,
movable: true,
webPreferences: {
nodeIntegration: true,
webviewTag: true,
}
})
webviewTag
is a field of webPreferences
Source:stackexchange.com