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

Investigate canceling PouchDB ajax requests when the context is cancelled #109

Closed
flimzy opened this issue Apr 26, 2017 · 1 comment
Closed

Comments

@flimzy
Copy link
Member

flimzy commented Apr 26, 2017

At the moment, the only explicit Context support in the PouchDB bindings is for timeout contexts, which sets the AJAX timeout. (And, of course, just returning early, while leaving the process running in the background, if a context is cancelled--not ideal). But cancelling contexts is probably more common, and I should try to cancel an existing AJAX connection when that happens.

@flimzy
Copy link
Member Author

flimzy commented Aug 18, 2017

Issue moved to new repo: #666

@flimzy flimzy closed this as completed Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant