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
654 stars 65 forks source link

Default FilePickerAcceptType.description to the empty string #423

Closed a-sully closed 1 year ago

a-sully commented 1 year ago

This has no behavioral changes, since not specifying the description field currently behaves the same as if the description was specified as the empty string

Fixes #422


Preview | Diff

a-sully commented 1 year ago

FYI the implementation is updated here: https://crrev.com/c/4638360

Although the IDL is changing, can you confirm that we don't need to go through any sort of launch process because it's not actually a web-exposed change?

inexorabletash commented 1 year ago

Re: launch process - that's a question for the Chromium change. :) But yes, if it's not web-visible and the reviewers agree it's sufficiently tested etc, no process should be needed.

a-sully commented 1 year ago

Re: launch process - that's a question for the Chromium change. :) But yes, if it's not web-visible and the reviewers agree it's sufficiently tested etc, no process should be needed.

SGTM