About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
BartlomiejSkwira
8/13/2013 - 12:56 PM
share
Share
add_circle_outline
Save
wait/sleep for a period
wait/sleep for a period
sleep.js
content_copy
file_download
setTimeout(function() { // rest of code here }, 2000);
clear