Pauses the execution for a specified number of milliseconds.
Contains the duration to pause.
Resolves after the specified duration.
await sleep({ ms: 2000 });// Pauses execution for 2 seconds Copy
await sleep({ ms: 2000 });// Pauses execution for 2 seconds
Pauses the execution for a specified number of milliseconds.