Skip to content

jameswestgate/taskjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskJS

Create a Task object to execute javascript code in the background on any browser, without script timeout messages.

The following methods are used to schedule and execute work for a task:

Task.mapUpdates each element of the array provided with the result of the function. Used to schedule work for the Task.execute function.
Task.reduceUpdate a result with the result of the supplied function called on each value in the array parameter. Used to schedule work for the Task.execute function.
Task.executeBegins execution of functions previously mapped to an array with the Task.map and Task.reduce methods.
Task.resetClears all data and resets the task.

About

Cross browser task execution library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published