Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 223 Bytes

File metadata and controls

3 lines (3 loc) · 223 Bytes

Dynamic Worker with Promises

Provides the ability to run JS scripts in a worker thread with Promise callbacks as to not lock-up the main thread and UI in the browser during heavy load. Uses AlaSQL JS for testing purposes