▲ | pmontra 7 months ago | |
I did this:
then I parsed resData. The JSON in the response is still type checked but I don't have to fight anymore with the HTTP library. I can't remember what it was as it never made it into a commit. | ||
▲ | josephg 7 months ago | parent [-] | |
Yeah makes sense. Now that fetch is standardized and built in to node, frankly I don't see any reason to ever pull in request. |