Function: wait()
wait(
seconds):Promise<void>
Hold for N seconds; rejects if a call that is established at the start drops.
Parameters
seconds
number
Returns
Promise<void>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
wait(
seconds):Promise<void>
Hold for N seconds; rejects if a call that is established at the start drops.
number
Promise<void>