@mrbbot/node-fetch

A light-weight module that brings the Fetch API to node.js; Forked from https://npm.im/node-fetch

Usage no npm install needed!

<script type="module">
  import mrbbotNodeFetch from 'https://cdn.skypack.dev/@mrbbot/node-fetch';
</script>

README

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.