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 fileName to FileSaveOptions and add comments #14

Closed dwelle closed 4 years ago

dwelle commented 4 years ago

I presume deduplicating type information & docs by removing JSDoc and moving it to TS annotations. Sounds good for a future PR?

tomayac commented 4 years ago
  • add fileName to FileSaveOptions
  • made description optional
  • added a few comments

LGTM, thanks!

I presume deduplicating type information & docs by removing JSDoc and moving it to TS annotations. Sounds good for a future PR?

SGTM.