fetch-request

JSON →
library 1.2.0 ·javascript
verified Jun 7, 2026

A lightweight AJAX component wrapper around the Fetch API, providing a simplified interface for HTTP requests with caching, request/response interceptors, and centralized error handling. Current stable version is 1.2.0. Released as needed with no regular cadence. Key differentiators: ESM-only import style, support for common methods (get, post, put, patch, del), and a configurable response handler for centralized error processing. Less mature than alternatives like axios or ky, minimal documentation.