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

"form-data" library is dead, use native FormData #492

Open
attenzione opened this issue Sep 10, 2024 · 3 comments
Open

"form-data" library is dead, use native FormData #492

attenzione opened this issue Sep 10, 2024 · 3 comments

Comments

@attenzione
Copy link

form-data library is old, abandoned and has deprecation warning with Node 21.

@ljharb
Copy link

ljharb commented Oct 28, 2024

fwiw, none of these remain true (except "old", i guess?)

@attenzione
Copy link
Author

The previous release, excluding the latest, was almost four years ago, and there are currently 112 open issues.
Although a deprecation warning was fixed in the latest release, it took six months after the PR was initially submitted.
Yes. It's abandoned.

Node 18 (released in April 2022) includes a native FormData API.

Thanks to the maintainers for their excellent work over the years. But perhaps it’s time for it to be a part of history.

@ljharb
Copy link

ljharb commented Oct 28, 2024

@attenzione it was abandoned. It is now no longer abandoned, empirically.

It's perfectly fine to use the native FormData API if you wish! The package, however, is now not abandoned nor does it have a deprecation warning.

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