vosk-browser icon indicating copy to clipboard operation
vosk-browser copied to clipboard

information available in the User Agent string will be reduced

Open praksun opened this issue 1 year ago • 0 comments

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced. To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData. Note that for performance reasons, only the first access to one of the properties is shown

praksun avatar Nov 16 '22 12:11 praksun