Releases: GoogleChromeLabs/browser-fs-access
Releases · GoogleChromeLabs/browser-fs-access
v0.17.2
Add directoryHandle
to files returned from directoryOpen()
(#51).
v0.17.1
- Fix TypeScript typings (#48).
0.17.0
Changes
- The legacy
fileOpen()
implementation now returns an array of files instead of a FileList
(#46).
- The exception behavior in the legacy
fileOpen()
and directoryOpen()
implementations is now configurable (#45).