whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Improve FileChooser behavior with file input element #197

Closed iflan closed 1 year ago

iflan commented 1 year ago

Before, the FileChooser could create a malformed accept parameter by repeating extensions if they were specified by several MIME types. This no longer happens and there is a test for it.