fetch-class
JSON →An ES6 class wrapper for the Fetch API, providing a simplified interface with convenience methods (get, post, put, patch, del) and event hooks (request:pre, request:post). Version 1.0.4 is stable but appears unmaintained since 2017. It extends native fetch with base URL prefixing, default options, callbacks, and query parameter handling. Unlike raw fetch or axios, it offers a class-based design with event triggers for extensibility. Suitable for legacy browser projects where a simple fetch wrapper is needed, but lacks modern TypeScript types and ESM-only support.
Resources
packagefetch-class ↗