Skip to content

How to Wait or Pause in Node.js

View on Twitter

💡 Looking for a native implementation of sleep/delay in Node.js? Well, here you go!

*Available from Node.js 15 and up

Native delay/sleep implementation by importing setTimeout from "timers/promises" core API and running with: await setTimeout(1000)
You might also like
Colour Contrast for Accessibility Read tip
Automatic Restart on System Reboot With PM2 Read tip
Secure Your VPS: Setup Firewall Read tip