developit / web-worker

Consistent Web Workers in browser and Node.
https://npm.im/web-worker
Apache License 2.0
1.05k stars 55 forks source link

Add support for SharedWorker #25

Open Pyrolistical opened 2 years ago

Pyrolistical commented 2 years ago

SharedWorkers have an additional connect event which is a standard way to wire together workers with MessageChannels.

Blocked by: https://github.com/developit/web-worker/issues/11