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

minifetch#

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.