ajax
ajax copied to clipboard
Add support for cancel event in file selection input
Currently, if the user cancels the upload, the promise is always in pending state, which should not make sense.
The browser provides us with the cancel event, can we listen for it?