Furthermore, I am not sure about node-fetch or isomorphic-fetch, on Node.js's side.
What is surprising about fetch, is that it does not "raise-for...
For further actions, you may consider blocking this person and/or reporting abuse
Request is what I use, but that has been deprecated.
The Request team recommends either one from this list
github.com/request/request/issues/...
axios library is a common choice. It's a very small library for making requests. I find it's API a bit friendlier that native fetch
I actually resorted to
ky. I would probably also useky-universalorgot, if I need to.fetch is just fine, I would prefer 'cross-fetch' for isomorphic use of fetch between frontend and node.js