Open JaoodxD opened 3 months ago
Node.js has supported native FormData since version 18. This issue proposes replacing the third-party form-data package with the built-in FormData class to reduce number of third-party dependencies and lean toward native solutions.
FormData
form-data
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.
Sure, I'd be happy to work on this
Node.js has supported native
FormData
since version 18. This issue proposes replacing the third-partyform-data
package with the built-inFormData
class to reduce number of third-party dependencies and lean toward native solutions.