Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 442 Bytes

ClassWorker

Class requirements:

  • 🌀 last argument of each function should be callback
  • 🚫 don't use Dependency injection pattern

Data passed between the main page and workers is copied, not shared.

Simple example

Contributing welcome