/node-fetch

A light-weight module that brings window.fetch to Node.js

Primary LanguageJavaScriptMIT LicenseMIT

This a modified fork of dollarshaveclub/node-fetch tweaked to fit the use-case of miniflare. This is not meant for general use. It adds types, Response.redirect, Web Sockets to Response's, the cf property to Request's, support for empty bodies and has updated dependencies.