You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
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 electron/electron#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?
The text was updated successfully, but these errors were encountered: