© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Eric Eisaman
"For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled." - Richard Feynman
I would use neither of these two solutions.
I would refactor using node-fetch.
Why?
Because node-fetch has the same API as fetch in the browsers, which is sleek and promise based.