Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 236 Bytes

workerjs-client

Note, I am in the progress of rewriting this one

Client for pushing tasks and getting responses...

let task = client("task", {});

task.send(function(data){
	//handle message from worker
});