Add support for cancel event in file selection input
Open
- Dominant language
- JavaScript
- Stars
- 35
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/cancel_event), can we listen for it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.