You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Node.js has supported native
FormData
since version 18.This issue proposes replacing the third-party
form-data
package with the built-inFormData
class to reduce number of third-party dependencies and lean toward native solutions.The text was updated successfully, but these errors were encountered: