Axios fetch adapter

JSON →
library 1.6.4 ·javascript
verified Jun 7, 2026

A TypeScript-written fetch adapter for axios, enabling use of the native Fetch API instead of XMLHttpRequest in Node.js and browser environments. Currently at version 1.6.4, it is actively maintained with frequent updates. Key differentiators: lightweight, no additional dependencies beyond axios itself (>=1.6.4), full TypeScript support, and easy drop-in replacement for the default adapter. Ideal for environments with limited XMLHttpRequest support or for leveraging streaming features.