astro/.changeset/serious-vans-smell.md
Ben Holmes 4de53eccef
Fix: support FormData object on fetch body (#3417)
* refactor: make node-fetch external in rollup build

* deps: make node-fetch standard dep

* refactor: switch to node-fetch pkg ref in fetch.ts

* chore: changeset

* chore: bump webapi to minor change
2022-05-20 17:26:41 -04:00

6 lines
92 B
Markdown

---
'@astrojs/webapi': minor
'astro': patch
---
Fix: support FormData object on fetch body