Skip to content

Instantly share code, notes, and snippets.

@didacus
Created March 6, 2018 10:33
Show Gist options
  • Save didacus/9c304dfe65e4e51525c651d9a4eceeac to your computer and use it in GitHub Desktop.
Save didacus/9c304dfe65e4e51525c651d9a4eceeac to your computer and use it in GitHub Desktop.
setInterval
// Refresh by executing the fuction every 45 seconds
setInterval(() => this._fetchArrivalTimes(), 45000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment