You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.