celphicious
Results
2
comments of
celphicious
I just found this error in the Developer Tools Console of the chromium window TeleFrame runs in: Uncaught ReferenceError: require is not defined at renderer.js:2 still trying to find out...
okay, solution seems to be to set contextIsolation to false in main.js (after line 42) of TeleFrame, this is a recent change in electron according to this: https://github.com/electron/electron/blob/main/docs/tutorial/context-isolation.md // Create...