sindresorhus / got

🌐 Human-friendly and powerful HTTP request library for Node.js
MIT License
14.32k stars 937 forks source link

Replace delay() with builtin setTimeout promise #2373

Closed Sadzurami closed 3 months ago

Sadzurami commented 3 months ago

Just minor tweak to use builtin promisified setTimeout instead of wrapper.

Checklist