-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
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
navigator.userAgent deprecation #1017
Comments
getUserAgent() returns a promise and is not sync which is a problem. We'd only use the major version anyway. I'm not sure if there is much action here, adapter can continue to return the values from the UA but it needs to be documented that this isn't to be trusted. If browsers add a reliable way to detect the major version that would actually be great |
Done in 9.0.0 |
see https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/-2JIRNMWJ7s/yHe4tQNLCgAJ
The text was updated successfully, but these errors were encountered: