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 support for aborting/canceling requests #898

Open
Dev-Salem opened this issue Apr 23, 2024 · 1 comment
Open

Add support for aborting/canceling requests #898

Dev-Salem opened this issue Apr 23, 2024 · 1 comment
Labels
enhancement New feature or request postgrest This issue or pull request is related to postgrest

Comments

@Dev-Salem
Copy link

Is your feature request related to a problem? Please describe.
It's a common use case to cancel/abort a query when it's no longer needed (e.g user scrolling fast in a paginated list, or user leaving the page/ closing a dialog before the query returns).
Describe the solution you'd like
Add support to cancel requests just like the JS Library

@Dev-Salem Dev-Salem added the enhancement New feature or request label Apr 23, 2024
@dshukertjr dshukertjr added the postgrest This issue or pull request is related to postgrest label Apr 23, 2024
@Vedsaga
Copy link

Vedsaga commented May 19, 2024

Assuming http quest need to be cancelled, which unfortunately is not yet supported officially in http package to abort/cancel the http request Design an API to support aborting requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postgrest This issue or pull request is related to postgrest
Projects
None yet
Development

No branches or pull requests

3 participants