dwitmexico
Results
1
comments of
dwitmexico
> To get binary data in Node: > > ```js > request.get(…) > .buffer(true).parse(superagent.parse.image) > .then(res => res.body) > ``` How would it be using async await? ` let img...