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
A worker script can be a module if we construct it by new Worker(url, { type: "module" }). I think this will ultimately benefit #1469 where we can load it as a module that can also work in Node.js.