Nicolás Olmos
Results
1
comments of
Nicolás Olmos
Assuming that you use [this library](https://github.com/request/request#promises--asyncawait) as the request function of your example: Request its based on the Stream Node.js API. FormData accepts Node.js Stream objects. That's why it works...