Skip to content

zacharymarshal/wait-for-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wait-for-it Build Status

Utility for creating efficient auto-save features.

Usage

waitForIt.setup(function(data) {
  // Save data to server
}, 5000);

// Push some data
waitForIt.push({some: 'data'});

// ... and again
waitForIt.push({more: 'new data'});

Testing

About

Utility for creating efficient auto-save features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published