autocannon icon indicating copy to clipboard operation
autocannon copied to clipboard

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

Open JaoodxD opened this issue 7 months ago • 2 comments

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.

JaoodxD avatar Aug 01 '24 14:08 JaoodxD