-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When an in-progress query is invalidated (due to variables changing, or the react component being removed from the virtual DOM, etc) we need to cancel the request and open up space in the browser's request queue.
For me, this is especially important in a "search-while-typing" interface, where in-flight queries are frequently invalidated by more user input.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request