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

How do I cancel a request? #629

Open
pal-development opened this issue Mar 21, 2022 · 1 comment
Open

How do I cancel a request? #629

pal-development opened this issue Mar 21, 2022 · 1 comment
Labels
question Further information is requested

Comments

@pal-development
Copy link

No description provided.

@nwtgck nwtgck added the question Further information is requested label Apr 24, 2022
@nwtgck
Copy link
Owner

nwtgck commented Apr 24, 2022

You can do Ctrl-C when using curl. You can use abort() when using fetch() in JavaScript in browser.

fetch abort: https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants