Skip to content

Releases: reactodia/worker-proxy

Release list

v0.1.0

Choose a tag to compare

@AlexeyMz AlexeyMz released this 16 Mar 22:23

Initial release with:

  • Ref-counted worker proxy: refCountedWorker() function and RefCountedWorker interface.
  • Worker proxy protocol: connectWorker() function and WorkerConstructor, WorkerObject, WorkerCall, WorkerCallSuccess, WorkerCallError types.