✅ How do I abort a long running API request manually?
Hi, I'm having a bit of trouble simply cancelling a long running request on a separate ASP.Net Web API.
I've intergrated the CancellationToken into my endpoint to handle it properly when it's fired from the browser (when the back button is pressed or window is closed)
The abort() method of the AbortController interface aborts an asynchronous operation before it has completed. This is able to abort fetch requests, the consumption of any response bodies, or streams.