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.37k stars 82 forks source link

Fix #113 #114

Closed rwv closed 2 years ago

rwv commented 2 years ago

Cannot read type from BlobPromise

accept "/" does work

window.showSaveFilePicker({
  types: [
    {
      description: "",
      accept: {
        "*/*": [".pdf"],
      },
    },
  ],
});
google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.