Use of navigator.platform invokes Chrome issue
omundy opened this issue · 0 comments
omundy commented
Chrome is showing an "issue" because Mousetrap uses navigator.platform
which they plan to remove support for in the future.
More information in this link
https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html
Suggestion for fix
https://web.dev/user-agent-client-hints/