vaadin / vaadin-upload

The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
90 stars 63 forks source link

file-retry event of vaadin-upload is undocumented #295

Closed samiheikki closed 5 years ago

samiheikki commented 5 years ago

Description

file-retry event of vaadin-upload is undocumented

Expected outcome

file-retry event is documented at src/vaadin-upload.html

Actual outcome

file-retry event is not documented at src/vaadin-upload.html

Live Demo

vaadin-upload element fires file-retry event https://jsfiddle.net/samiheikki/m8qyva54/2/

samiheikki commented 5 years ago

Thinking this a bit further vaadin-upload does fire a upload-retry which is documented. And file-retry event is documented in vaadin-upload-file where it should be. So I'm not sure if this is needed to be implemented at all.

samiheikki commented 5 years ago

Discussed with @tomivirkki and decided to close the ticket.