Open Tomdanizer opened 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
-
.rdlx-json
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.
.*.mscz,
Currently, the spec disallows file extensions to contain a hyphen character
-
. ActiveReportsJs is an example that uses the file format.rdlx-json