fetch-s
JSON →fetch-s is a lightweight HTTP client built on top of the Fetch API, providing a Promise-based interface for making requests in browser and Node.js environments. Current stable version 1.3.1. It offers features like request timeout, interceptors, configurable defaults, and JSONP support. Unlike axios or ky, fetch-s retains native Fetch API response types and does not bundle a polyfill, making it smaller. Release cadence is intermittent. Maintained as a hobby project.
Resources
packagefetch-s ↗