We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In response to w3ctag/design-reviews#390
enum ChooseFileSystemEntriesType { "openFile", "saveFile", "openDirectory" };
This is consistent with existing web APIs. Check https://w3ctag.github.io/design-principles/#casing-rules
The text was updated successfully, but these errors were encountered:
Change ChooseFileSystemEntriesType to be lowercase, dash-delimited.
46776b0
This fixes #90.
Change ChooseFileSystemEntriesType to be lowercase, dash-delimited. (#…
c176b4f
…104) This fixes #90.
Successfully merging a pull request may close this issue.
In response to w3ctag/design-reviews#390
This is consistent with existing web APIs. Check https://w3ctag.github.io/design-principles/#casing-rules
The text was updated successfully, but these errors were encountered: