b724dd009
6b3ffc9e5
1 2
3 4 5
6 7
function wait() { return new Promise(function(resolve, reject) { setTimeout(function() { resolve() }, 500) }) }