@zacharyrankin/wait-for-it

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @zacharyrankin/wait-for-it

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • zacharyrankin