Hacker News new | ask | show | jobs
by kentonv 1205 days ago
The code will usually work, but it's possible that the request which initializes `_pendingFetch` gets canceled before the fetch completes, in which case all other requests will loop forever waiting for it.