feature.js
feature.js copied to clipboard
Depreciation of navigator.userAgent, navigator.appVersion, and navigator.platform in Chrome
In a future version of Chrome the navigator.userAgent
and navigator.appVersion
and navigator.platform
API will be deprecated.
As of today (Chrome 92.0.4515.159
), a message will show under the Issues tab
Reference: https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html
Is this issue closed because this is affecting us in using the library?
Hey @viljamis, I proposed a solution to this in #82. It looks like this is becoming critical for some users.
@bmustata, would you be able to verify that the proposed solution in #82 works for you?