selectFiles Seems Broken in Chrome Canary
jherdman opened this issue · 6 comments
jherdman commented
cibernox commented
webark commented
ya. I was trying to keep things as close to the traditional api as possible, but it looks like now chrome 62 doesn't work, and give a similar error as firefox did, but using a different message. Perhaps we need to abandon the hope that we could maintain the FileList
object, and just reset it to an array.
cibernox commented
In my experience error messages change very little. If we add another Regexp for chrome we might be good for the next 2 years.
jherdman commented
No, this also appears to be broken in Chrome v60 too. The file list is empty (i.e. event.target.files
).
webark commented
ya. My only concern is that if both chrome and firefox do not support the mutating of the FileList
is it worth even trying to do that?