@iopa/whatwg
v4.0.13
Published
WHATWG implementation of Fetch, Request, Response, Headers, Body spec
Downloads
15
Readme
@iopa/whatwg
About
This repository contains an isomorphic WHATWG implementation https://fetch.spec.whatwg.org/#headers-class from the Fetch spec. It wraps 'undici' for node and uses the web standards for the browser
License
MIT
Prior Art
Node.JS Undici Fetch Implementation