Skip to content
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

Add Cancel request feature #16

Open
manuelitox opened this issue Aug 6, 2019 · 0 comments
Open

Add Cancel request feature #16

manuelitox opened this issue Aug 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@manuelitox
Copy link

Possible scenario:

When you have two requests, you need to wait for the first request is resolved for can start the second. It should cancel a pending request if you leave a page before the request has been completed. For example:

You're in the Product page, there's a pending request and you go to user page. Actually, if you leave the product page, the request is kept and the user request doesn't execute until that product request would be completed.

I think we can implement the Cancel feature to avoid this behavior. So, we could manage more efficiently the requests in our application.

123
LOL

FYI: Axios' cancellation

@javierbrea javierbrea added the enhancement New feature or request label Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants