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