Hacker News new | ask | show | jobs
by moogly 320 days ago
With node:fetch you're going to have to write a wrapper for error handling/logging/retries etc. in any app/service of size. After a while, we ended up with something axios/got-like anyway that we had to fix a bunch of bugs in.
1 comments

And AFAIK there is still no upload progress with fetch.