xml-fetch

JSON →
library 1.1.91 ·javascript
verified Jun 7, 2026

A lightweight wrapper around XMLHttpRequest that provides a fetch-like API with promise-based requests. Version 1.1.91 supports GET, POST, PUT, DELETE, request aborting, and configurable timeout. Unlike native fetch, it supports upload progress and runs in older browsers lacking fetch support, but note the returned object is not a native Promise. TypeScript types are included. Release cadence is irregular.