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
Both of which supports appending Blob + File like items. So calculating content-length without reading a stream or anything like that is in a since better.
Both also runs some WPT tests to be spec compatible with generating correct filenames and stuff
and has all the methods that are needed.
The text was updated successfully, but these errors were encountered:
@jimmywarting It looks like your formdata-polyfill doesn't support streams as values in multi-part sections, whereas this library does. Any plans on adding this? Imo without it this library is still very relevant.
The formdata-node implementation of stream handling is verbose and honestly a PITA compared to this library.
... in favor of spec compatible FormData implementations.
There are at least 2 other FormData multipart pkg on npm
Both of which supports appending Blob + File like items. So calculating content-length without reading a stream or anything like that is in a since better.
Both also runs some WPT tests to be spec compatible with generating correct filenames and stuff
and has all the methods that are needed.
The text was updated successfully, but these errors were encountered: