MicroPad / MicroPad-Electron

The desktop app of https://github.com/MicroPad/MicroPad-Core
Mozilla Public License 2.0
64 stars 4 forks source link

Improve context isolation #54

Closed rhysmdnz closed 2 years ago

rhysmdnz commented 2 years ago

This patch removes the use of @electron/remote and enables contextIsolation. All communication between the main and renderer processes, mostly involving spell checking state, now happens over defined IPC channels.