Breaking
- Require Node.js 18 (when used in Node.js) a8a3a26
Improvements
- Ky can now run natively in Node.js without any polyfills 🎉
- This is thanks to Node.js 18+ having built-in support for
fetch. - This means
ky-universalis no longer needed.
- This is thanks to Node.js 18+ having built-in support for