WICG / file-system-access

Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications.
https://wicg.github.io/file-system-access/
Other
663 stars 65 forks source link

Set permission query access algorithms #399

Open a-sully opened 1 year ago

a-sully commented 1 year ago

Follow-up to #392

This should officially wrap up #342


Preview | Diff

a-sully commented 1 year ago

This gives warnings when building locally because [=file system entry/request access=] and [=file system entry/query access=] aren't marked for export in whatwg spec. You'd put up a PR way back when (which I landed recently) to export all the necessary terms, but these terms weren't explicitly marked for export. I'm assuming that was a bug? Or is there another way I should be referencing these terms?