Created
June 30, 2015 10:21
-
-
Save bjarneo/d9ef2be51f52ffc934b7 to your computer and use it in GitHub Desktop.
Test async. Use this to block.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var stop = new Date().getTime(); | |
while(new Date().getTime() < stop + 10000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment