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

Allow file extensions to contain a hyphen character - #363

Open Tomdanizer opened 2 years ago

Tomdanizer commented 2 years ago

Currently, the spec disallows file extensions to contain a hyphen character - . ActiveReportsJs is an example that uses the file format .rdlx-json

tomayac commented 2 years ago

A similar issue is https://github.com/WICG/file-system-access/issues/322, which is about .*.mscz, files. Why they use commas at the end of file extensions is beyond me, but it's a thing.