Open tinamore opened 3 years ago
Hi, Sorry, i search google and i fixed:
https://stackoverflow.com/questions/37884130/electron-remote-is-undefined
const w = new BrowserWindow({
webPreferences: {
enableRemoteModule: true
}
});
The remote module is deprecated. Instead of remote, use ipcRenderer and ipcMain. Can you update your library without remote?
Hi @tinamore,
Sorry for the delay, I've been out for a while. I understand the issue, but right now is a bit out my scope, do you think you can provide a PR to get it working?
It's been years since I stopped using JS/electron...
Regards,
Hi, thanks for project Today, i have a error :
and at line router.js (168)
Can you fix this error ?