Created
November 26, 2015 03:02
-
-
Save AshKyd/5f846e0d27f96c8dba3e to your computer and use it in GitHub Desktop.
Wait until
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
// npm install wait-until --save-dev | |
waitUntil() | |
.interval(10) | |
.times(1000) | |
.condition(function(){ | |
}) | |
.done(function(){ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment