minipass-fetch
An implementation of window.fetch in Node.js using Minipass streams
Last updated 3 years ago by lukekarrys .
MIT · Repository · Bugs · Original npm
$ cnpm install minipass-fetch 
SYNC missed versions from official npm registry.

minipass-fetch

An implementation of window.fetch in Node.js using Minipass streams

This is a fork (or more precisely, a reimplementation) of node-fetch. All streams have been replaced with minipass streams.

The goal of this module is to stay in sync with the API presented by node-fetch, with the exception of the streaming interface provided.

Why

Minipass streams are faster and more deterministic in their timing contract than node-core streams, making them a better fit for many server-side use cases.

API

See node-fetch

Differences from node-fetch (and, by extension, from the WhatWG Fetch specification):

Current Tags

  • 3.0.0                                ...           latest (3 years ago)

7 Versions

  • 2.1.2                                ...           3 years ago
  • 3.0.0                                ...           3 years ago
  • 2.1.0                                ...           3 years ago
  • 2.0.3                                ...           3 years ago
  • 1.4.1                                ...           4 years ago
  • 1.3.3                                ...           5 years ago
  • 1.2.1                                ...           6 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (11)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org