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
Easily Customise Your Shell Prompt Read tip
A Better Minimum Compression Size in Nginx Read tip
Assign a Static IP Address to Docker Container Read tip