Launch a Worker in background.js

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?

Forget it.
A misconfiguration leads me to wrong assumption.