Skip to content

Instantly share code, notes, and snippets.

@ForbesLindesay
Created July 8, 2014 15:59
Show Gist options
  • Save ForbesLindesay/cad121b9889bdc188e3b to your computer and use it in GitHub Desktop.
Save ForbesLindesay/cad121b9889bdc188e3b to your computer and use it in GitHub Desktop.
function poll() {
downloadNewData().then(poll);
}
poll();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment