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
Hi,
I get an error while running an app in Electron.
This app is running normally in browsers (firefox, chrome, chromium v63.0.3239.132), but not in Electron (chromium v58.0.3029.110)
Electron loads the url of the app in a browser window like a user would do and I get this error at launch:
ReconnectingWebSocket is not defined
Whatever I do (including the lib just before the implementation in the same file) I get this error.
The text was updated successfully, but these errors were encountered:
Hi,
I get an error while running an app in Electron.
This app is running normally in browsers (firefox, chrome, chromium v63.0.3239.132), but not in Electron (chromium v58.0.3029.110)
Electron loads the url of the app in a browser window like a user would do and I get this error at launch:
Whatever I do (including the lib just before the implementation in the same file) I get this error.
The text was updated successfully, but these errors were encountered: