rollup-plugin-web-worker-loader
rollup-plugin-web-worker-loader copied to clipboard
Does sharedworker not work?
In typescript I tried to load sharedworker with this plugin, but it doesn't seem to work properly.
I am having the same issue. Were you able to resolve this @chi1216. WebWorker seems to work but SharedWorker is not working at all. I get this error: Uncaught TypeError: Failed to construct 'SharedWorker': 1 argument required, but only 0 present.