Why is not the MultiUploadEventArguments object a list of UploadEventArguments? #3752
JS-Aibel
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
Hi @JS-Aibel, I'm not sure if there was a specific reason for it other than that "the same element" would require another data structure like Changing the data structure would introduce a breaking change. But we could extend it with an additional field |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
The MultiUploadEventArguments object has lists for contents, names, and types, where an uploaded file corresponds to the same index in each list. Why are the properties for each file not packed together in the same element?
Beta Was this translation helpful? Give feedback.
All reactions