mousetrap
mousetrap copied to clipboard
Use of navigator.platform invokes Chrome issue
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/
Screenshot of issue