Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)

minifetch#

0.3.0#

Minor Changes#

  • Add Body mixin as export Submitted by @kitten (See #6)

0.2.1#

Patch Changes#

  • Provenance Release Submitted by @kitten (See #4)

0.2.0#

Minor Changes#

  • Add web standard type/globals re-exports and polyfill File from node:buffer Submitted by @kitten (See #1)

Patch Changes#

  • Add missing constructor type overloads and add missing Blob re-export Submitted by @kitten (See #2)

0.1.0#

Initial Release.