GoogleChromeLabs / browser-fs-access

File System Access API with legacy fallback in the browser
https://googlechromelabs.github.io/browser-fs-access/demo/
Apache License 2.0
1.38k stars 84 forks source link

Legacy `fileOpen` should resolve with array when `multiple: true` #46

Closed dwelle closed 3 years ago

dwelle commented 3 years ago

Right now it resolves with FileList which is missing some prototype methods so will throw e.g. on map().

dwelle commented 3 years ago

Thanks! You beat me to the PR :heart:

tomayac commented 3 years ago

This one was easy :-)