charlielee / boats-animator

Stop motion animation program created using Electron
http://charlielee.uk/boats-animator
GNU General Public License v3.0
116 stars 18 forks source link

Remove Node.js APIs from rendererPreload #423

Open charlielee opened 2 years ago

charlielee commented 2 years ago

Electron 20 defaults to preload scripts not having accessing to Node. Need to refactor rendererPreload to remove reliance on Node or add additional IPC handlers.

https://www.electronjs.org/blog/electron-20-0#default-changed-renderers-without-nodeintegration-true-are-sandboxed-by-default