poll-until.js
What?
A last resort in lieu of Events or Promises.
I decided to turn one of my Gists into a reusable component.
/** * @param * @param * @param * @returns */`
Where?
Tested in Internet Explorer 6, Node.JS 0.10.28 and Chrome 35. This tiny component is likely to work everywhere.
How?
Can be used as an AMD or Node.JS module, or directly as a browser global.
Browser
bower install poll-
Node.JS
npm install poll-
var pollUntil = ;;