client.jsMethodssleep(ms)#Util function that 'sleep's a given time. Use with await, e.g.: await sleep(1000);Parameters:NameTypeDescriptionmsnumbermilliseconds to sleepSource:client.js, line 18Returns:Promise that resolves in given time.
Methodssleep(ms)#Util function that 'sleep's a given time. Use with await, e.g.: await sleep(1000);Parameters:NameTypeDescriptionmsnumbermilliseconds to sleepSource:client.js, line 18Returns:Promise that resolves in given time.