·5 min read
Troubleshooting api-client: the bugs I actually hit, told straight
Not a generic FAQ — the specific, confusing failures I ran into using this package myself, and what the actual fix turned out to be each time.
2 posts
Not a generic FAQ — the specific, confusing failures I ran into using this package myself, and what the actual fix turned out to be each time.
AbortSignal.timeout() starts counting when you create it, not when fetch runs. In a queue or retry loop it quietly kills requests still waiting their turn.