-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Abort a request #167
Comments
This came up before (can't find where at the moment), but we decided not to add cancellation functionality because the |
Thank you for the response. I unterstand your argument and think that it is a wise choice to wait for fetch. Unfortunately I still have the use case to implement so maybe I'll explore other options. |
Fetch now supports |
@tjokimie Thanks for finding that. I'll re-open this, but no promises on getting to it any time soon :) |
Is there a way to abort a request that was started by refetch?
We build a search component that queries "live" when the user enters characters.
Is there a way to stop the first request if the user entered something else?
The text was updated successfully, but these errors were encountered: