next.js
03f34625 - Polyfill `FormData` for Node.js < 18 (#48783)

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.
Author
Parents
Loading