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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#43)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
cb250e47 a76b014c

+8 -6
-5
.changeset/breezy-hounds-battle.md
··· 1 - --- 2 - 'fetch-nodeshim': patch 3 - --- 4 - 5 - Preserve casing of headers when they're passed as non-Headers input, i.e. as tuple list or dictionary
+7
CHANGELOG.md
··· 1 1 # minifetch 2 2 3 + ## 0.4.10 4 + 5 + ### Patch Changes 6 + 7 + - Preserve casing of headers when they're passed as non-Headers input, i.e. as tuple list or dictionary 8 + Submitted by [@kitten](https://github.com/kitten) (See [#41](https://github.com/kitten/fetch-nodeshim/pull/41)) 9 + 3 10 ## 0.4.9 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "fetch-nodeshim", 3 - "version": "0.4.9", 3 + "version": "0.4.10", 4 4 "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)", 5 5 "author": "Phil Pluckthun <phil@kitten.sh>", 6 6 "source": "./src/index.ts",