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

Add startIn and id for directoryOpen #57

Closed raid closed 3 years ago

raid commented 3 years ago

I noticed that startIn and id were missing from the directoryOpen type definition, this change adds them.

tomayac commented 3 years ago

Oh, you’re right. It was also missing from fileOpen.

tomayac commented 3 years ago

@raid This has just been published as v0.19.1. Thanks, again!