Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
1# minifetch 2 3## 0.3.0 4 5### Minor Changes 6 7- Add `Body` mixin as export 8 Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/kitten/fetch-nodeshim/pull/6)) 9 10## 0.2.1 11 12### Patch Changes 13 14- Provenance Release 15 Submitted by [@kitten](https://github.com/kitten) (See [#4](https://github.com/kitten/fetch-nodeshim/pull/4)) 16 17## 0.2.0 18 19### Minor Changes 20 21- Add web standard type/globals re-exports and polyfill `File` from `node:buffer` 22 Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/fetch-nodeshim/pull/1)) 23 24### Patch Changes 25 26- Add missing constructor type overloads and add missing `Blob` re-export 27 Submitted by [@kitten](https://github.com/kitten) (See [#2](https://github.com/kitten/fetch-nodeshim/pull/2)) 28 29## 0.1.0 30 31Initial Release.