axios-stream

JSON →
library 1.0.17 ·javascript
verified Jun 7, 2026

axios-stream (v1.0.17) is a lightweight, browser-only library that wraps axios to download files as streams using Blob objects. It simplifies the process of triggering file downloads via an HTTP request made with axios, automatically creating a download link and clicking it. The package is intended solely for web projects and requires axios as a peer dependency (install separately). Its main differentiator is simplicity: a single static method `download` that takes a filename, extension, and axios config. The library is rarely updated (last release dates not specified, but low activity). Compared to alternatives like `file-saver`, it tightly integrates with axios configs.