When contextIsolation is set to true, the following error is produced:
TypeError: Cannot read property 'send' of null
However, with it off/emitted, electron says:
(node:9944) electron: The default of contextIsolation is deprecated and will be changing from
false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
When
contextIsolation
is set totrue
, the following error is produced:However, with it off/emitted, electron says:
Is there a way around this?