I initiated an asynchronous HTTP call on the server in the view manager, but sometimes it takes a lot of time.
Is it possible to put a button on it, and then interrupt a running http call when the user clicked that button? and if this could be done, I would also like to implement this function when the user leaves the current view, go to its parent view.
source
share