Cancelling a request issues a cancellation on backend?
In the previous post, we saw how to cancel a request using axios in VueJS. So, does cancelling a request really issues a cancellation token to the backend API or does cancelling a request just cancels on the UI only? Let’s find out. Preparation Here is what I’ll do for this post Create a new … Read more