A promise-based HTTP fetch library for browsers and Node.js, built on top of the Fetch API. Version 1.4.3 provides automatic retry on connection loss, request abort functionality, and full promise-based IO. It is a lightweight alternative to axios or native fetch with retry support. The library has not seen updates recently and is considered in maintenance mode.
npm install itsa-fetchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic GET request using default export of itsa-fetch with async/await.
Use dynamic import or switch to ES modules.
Consider migrating to native fetch (available in modern environments) or a maintained alternative like ky or axios.
Update to latest version or implement custom retry logic.
Use 'import fetch from "itsa-fetch"' (default import) insted of 'import { fetch } from "itsa-fetch"'.Run 'npm install itsa-fetch' and ensure you are in a Node.js or bundler context that supports ES modules.
No dependency data recorded yet.
No traffic data recorded yet.