Skip to content

1.1.0

Compare
Choose a tag to compare
@developit developit released this 04 Sep 13:52
· 20 commits to master since this release
  • Add new ?multi option to allow multiple instances of the worker:
import Foo from 'comlink-loader?multi!./foo.worker';

await new Foo()  // creates a new worker
await new Foo()  // creates another new worker