upgraded-fetch-timeout

JSON →
library 0.0.3 ·javascript maintenance
verified Jun 7, 2026

A lightweight HTTP/S fetch wrapper that adds configurable timeout support with custom error messages. Current version 0.0.3 (last release unknown, appears low maintenance). Requires node-fetch as peer dependency for Node.js environments, but attempts to use window.fetch when available. Differentiates from similar packages by allowing a custom error string on timeout, and support for both ES5/CommonJS and ES6/ESM imports. The package is a fork of the original fetch-timeout with minor updates but no active development.