Is there any event I could subscribe to if the submit of a form is aborted?
I.e.: On submitButton.click()
I show a loading.gif next to it, so the user has some kind of feedback until the next page is loaded (in that special case, the request can take up to 10s). However, if the user presses escape or somehow else aborts the loading of the next page -> the gif is still visible. How to react to this event?