Hi *,
I’m trying to create a Worker in background.js, but it doesn’t work.
let myworker = new Worker("myworker.js");
No error shown in the console. Nothing happens. The script ends here.
myworker.js is in the same folder as background.js.
Any idea?