Workerize Versions Save

🏗️ Run a module in a Web Worker.

0.1.7

6 years ago

Bug Fixes

  • Fix error serialization failing
  • Fix parsing & detection of async and generator functions

0.1.6

6 years ago
  • Fix multiple exports being ignored (#16, thanks @dnakov!)

0.1.5

6 years ago
  • Size optimizations!
  • Added options argument, passed on to Worker - useful for { type: 'module' }
  • Added .expose("name") method for manually binding exposed worker methods

0.1.3

6 years ago
  • Fix .terminate() loop (#3, thanks @RichieAHB!)
  • Fix "module" entry (#12, thanks @quentin-sommer)
  • Add helpful proxy for workerize-loader