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