girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Don't swallow uncaught errors during upload #298

Open zachmullen opened 3 years ago

zachmullen commented 3 years ago

This line is the culprit. We should probably catch the error and emit the error event.

I ran into this when trying to use a preUpload hook to do some validation and potentially stop the upload from happening.