Closed lantw44 closed 3 years ago
Hi, thanks for your feedback. I will take a look, but it seems like more of a form-data-encoder issue, because it didn't catch up with the latest changes.
In formdata-node v4.1.0 I've introduced in-house implementation of Blob, which is basically a port of fetch-blob@3
and it use ReadableStreams. I just need to update form-data-encoder to support it.
For now just switch back to 4.0.1, it should not make any difference for you.
This update should fix your issue: https://github.com/octet-stream/form-data-encoder/releases/tag/v1.5.2
Yes, it is fixed. I think we can close the issue.
I just copied the code from the example 7, and it failed to compile:
tsconfig.json
src/test.ts
formdata-node 4.0.1 is OK.
formdata-node 4.1.0 and 4.2.0 are not.
Installed packages: