@remix-run/web-fetch
Web API compatible fetch implementation
Last updated 2 years ago by mjackson .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @remix-run/web-fetch 
SYNC missed versions from official npm registry.

@remix-run/web-fetch

ci package downloads

Web API compatible fetch API for nodejs.

Comparison to Alternatives

node-fetch

The reason this fork exists is because node-fetch chooses to compromise Web API compatibility and by using nodejs native Readable stream. They way they put it is:

  • Make conscious trade-off when following [WHATWG fetch spec][whatwg-fetch] and stream spec implementation details, document known differences.
  • Use native Node streams for body, on both request and response.

We found these incompatibility to be really problematic when sharing code across nodejs and browser rutimes. This library uses @remix-run/web-stream instead.

Current Tags

  • 4.4.2                                ...           latest (2 years ago)
  • 4.4.2-pre.0                                ...           pre (2 years ago)

19 Versions

  • 4.4.2                                ...           2 years ago
  • 4.4.2-pre.0                                ...           2 years ago
  • 4.4.1                                ...           3 years ago
  • 4.4.0                                ...           3 years ago
  • 4.4.0-pre.0                                ...           3 years ago
  • 4.3.8                                ...           3 years ago
  • 4.3.7                                ...           3 years ago
  • 4.3.6                                ...           3 years ago
  • 4.3.5                                ...           3 years ago
  • 4.3.4                                ...           3 years ago
  • 4.3.3                                ...           3 years ago
  • 4.3.2                                ...           3 years ago
  • 4.3.1                                ...           3 years ago
  • 4.3.0                                ...           4 years ago
  • 4.2.0                                ...           4 years ago
  • 4.1.3                                ...           4 years ago
  • 4.1.2                                ...           4 years ago
  • 4.1.1                                ...           4 years ago
  • 4.1.0                                ...           4 years ago
Maintainers (1)
Downloads
Today 0
This Week 1
This Month 2
Last Day 0
Last Week 1
Last Month 0
Dev Dependencies (21)

Copyright 2013 - present © cnpmjs.org | Home |