79362960

Date: 2025-01-16 20:22:13
Score: 1.5
Natty:
Report link

The fix was as simple as passing in another param in the Worker class.

const worker = new Worker(new URL("../lib/worker.js", import.meta.url), {
 type: "module"
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: jiamijiang