advanced-fetch

JSON →
library 3.1.2 ·javascript
verified Jun 7, 2026

A wrapper around node-fetch that adds automatic cookie handling, easy query/form/JSON body serialization, and optional cookie persistence to disk. Version 3.1.2 is the current stable release. Maintained via GitHub Actions. Simplifies common fetch patterns compared to raw node-fetch by providing convenience methods for GET, POST, PUT, DELETE with built-in encoding support via iconv-lite. Ships TypeScript type definitions.