Tags: VAR52YT/node-fetch
Tags
fix: undefined reference to response.body when aborted (node-fetch#1578)
fix: use space in accept-encoding values (node-fetch#1572) * fix for issue node-fetch#1571 * Update README.md Co-authored-by: Jimmy Wärting <[email protected]>
fix: don't uppercase unknown methods (node-fetch#1542) * fix: don't uppercase unknown methods
fix: handle bom in text and json (node-fetch#1482) * fix: handle bom in text and json * add test for text and arraybuffer as well
fix: add missing formdata export to types (node-fetch#1518) * fix: add missing formdata export to types closes node-fetch#1517 1517
fix: cancel request example import (node-fetch#1513) * Fix example * Fix formatting Co-authored-by: Linus Unnebäck <[email protected]> Co-authored-by: Linus Unnebäck <[email protected]>
chore: completely remove support for form-data package (node-fetch#1486) BREAKING CHANGE: the `form-data` package is no longer supported It now needs a spec compatible FormData to be sent
chore: remove EventTarget from the isAbortSignal (node-fetch#1490) BREAKING CHANGE: when checking if something is a AbortSignal we no longer check if name match EventTarget
PreviousNext