isomorphic-fetch-ponyfill
JSON →A fetch ponyfill that works across Node.js, browsers, React Native, and Cloudflare Workers. Version 0.3.18 provides a simple, no-dependency implementation of the Fetch API designed as a proper ponyfill (does not pollute globals). It is isolated from the environment's native fetch, making it suitable for sandboxed runtimes like Cloudflare Workers. Unlike cross-fetch, it works in Workers by avoiding Node-specific dependencies. Release cadence is low; the package is stable but not actively developed. The name includes 'ponyfill' to indicate it replaces the global fetch only when explicitly imported, avoiding side effects.
Resources
packageisomorphic-fetch-ponyfill ↗