Closed barrettj12 closed 1 year ago
If you type two characters in the search bar at nearly the same time (e.g. quickly type wh), the API requests might come back out-of-order (so the search bar will show suggestions for w, not wh).
wh
w
Asked on Stack Overflow, let's see if anyone bites. https://stackoverflow.com/questions/77331008/js-fetch-managing-concurrent-requests
Fixed in f448e88
If you type two characters in the search bar at nearly the same time (e.g. quickly type
wh
), the API requests might come back out-of-order (so the search bar will show suggestions forw
, notwh
).