Ross ROSS = Recommend OSS · open-source software intelligence for agents

lquixada/cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native. observed · 2026-08-28

github.com/lquixada/cross-fetch · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

41/100

  • Activity 16
  • Release rhythm 40
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 3287
  • days_rel: 620
  • days_push: 505
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1695 stars · 106 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

cross-fetch is a universal WHATWG Fetch API implementation that works across Node.js, browsers, workers, and React Native. It can be used as a local ponyfill import or an optional global polyfill, keeping fetch behavior spec-compliant on every platform.

Use cases

  • make http requests with fetch in node
  • share the same fetch code between browser and node
  • use fetch in react native apps
  • polyfill fetch on older node versions
  • use fetch in service workers or cloudflare workers
  • isomorphic fetch for universal javascript apps

When to choose

  • your codebase runs on multiple platforms and needs one consistent fetch API
  • you need a spec-compliant fetch ponyfill without polluting globals
  • you want TypeScript types and a tiny dependency-free fetch wrapper

When to avoid

  • you only target modern browsers or Node 18+ where native fetch exists
  • you need advanced features like interceptors or retries not covered by the fetch spec
  • you need streaming request bodies in Node, which has limited support

Facets

library · maturity stable

http-client web-development apis developer-tools browser cross-platform fetch whatwg-fetch isomorphic ponyfill polyfill react-native typescript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
lquixada/cross-fetchmain41

For agents

markdown · JSON · MCP: product_card(name="lquixada/cross-fetch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem