next.js
03f34625
- Polyfill `FormData` for Node.js < 18 (#48783)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Polyfill `FormData` for Node.js < 18 (#48783) We currently use `URLSearchParams` to represent `FormData` but it's not really the same thing. And in Node.js 16 there's no `FormData` available so we can polyfill it via Undici.
References
#48783 - Polyfill `FormData` for Node.js < 18
Author
shuding
Parents
2196cbe4
Loading