How do I cancel a request?
pal-development opened this issue · 1 comments
pal-development commented
How do I cancel a request?
nwtgck commented
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