electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

electron-remote not compatible with Electron 5 #148

Open jeremyspiegel opened 5 years ago

jeremyspiegel commented 5 years ago

electron-remote creates a BrowserWindow in renderer_require.js that needs the option webPreferences: {nodeIntegration: true}, in order to work with Electron 5 where nodeIntegration is off by default.