Hacker News new | ask | show | jobs
by Xentyon 81 days ago
This is why I've moved to native fetch for most projects. The fewer dependencies in the chain, the smaller the attack surface. For API clients especially, fetch + a thin wrapper is usually enough.