Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace third-party form-data package with native FormData class #528

Open
JaoodxD opened this issue Aug 1, 2024 · 2 comments
Open

Replace third-party form-data package with native FormData class #528

JaoodxD opened this issue Aug 1, 2024 · 2 comments

Comments

@JaoodxD
Copy link

JaoodxD commented Aug 1, 2024

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.

@mcollina
Copy link
Owner

mcollina commented Aug 9, 2024

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.

@JaoodxD
Copy link
Author

JaoodxD commented Aug 9, 2024

Sure, I'd be happy to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants