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
I guess if you use the BrowserWindow then you need to load it there. For example inside the index.html: win.loadFile('index.html'). I seems in your example it still runs in node - with no worker api available.
Have testing spl.js with electron and got this error "ReferenceError: Worker is not defined".
Here is my code (main.js - Node.js environment):
package.json:
What am I doing wrong? Please help me!
The text was updated successfully, but these errors were encountered: