You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 2022, classifications should use the Client Hints API to get detailed information about Chrome and Edge. Safari and Firefox also have user-agent reduction, but unfortunately don't support the Client Hints API.
front-end-monorepo/packages/lib-classifier/src/store/Classification/ClassificationMetadata.js
Line 27 in a7d4db0
Package
Is your feature request related to a problem? Please describe.
navigator.userAgent
was frozen in Chrome 101 and replaced with the Client Hints API (navigator.userAgentData
.)Describe the solution you'd like
Since 2022, classifications should use the Client Hints API to get detailed information about Chrome and Edge. Safari and Firefox also have user-agent reduction, but unfortunately don't support the Client Hints API.
Additional context
The text was updated successfully, but these errors were encountered: