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
A few Web APIs expose detailed information about the user's device because it's useful for debugging problems. E.g. https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_debug_renderer_info. Other web APIs omit some details to avoid exposing private user information, but developers would benefit from those details from users who opt in. E.g. https://wicg.github.io/crash-reporting/. A few sites offer a "report a bug" flow (e.g. https://www.google.com/tools/feedback/) which could naturally incorporate a permission request, if the web platform allowed users to volunteer more system information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few Web APIs expose detailed information about the user's device because it's useful for debugging problems. E.g. https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_debug_renderer_info. Other web APIs omit some details to avoid exposing private user information, but developers would benefit from those details from users who opt in. E.g. https://wicg.github.io/crash-reporting/. A few sites offer a "report a bug" flow (e.g. https://www.google.com/tools/feedback/) which could naturally incorporate a permission request, if the web platform allowed users to volunteer more system information.
The text was updated successfully, but these errors were encountered: