๐ Feature: Migrate from `isomorphic-formdata` to `formdata-node`
Closed this issue ยท 0 comments
loks0n commented
๐ Feature description
Migrate from isomorphic-formdata
to formdata-node
.
๐ค Pitch
The isomorphic-formdata
package depends on formdata
package.
The formdata
package depends on node builtins util
and path
.
These builtins are often not available in popular server runtimes, such as Vercel functions, leading to runtime errors.
formdata-node
is isomorphic and has no such builtin dependencies.
๐ Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct