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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Recently we came across the issue, that browsers don't report Windows 11 in the user agent string anymore.
A research revealed that there's a shift to new "User-Agent Client Hints" [1] and Windows made it even official [2] and forces developers to use this feature as the only way to detect Windows 11 (at least in Edge).
It would be awesome to see this feature also in platform.js.
Hi. This library is extremely helpful!
Recently we came across the issue, that browsers don't report Windows 11 in the user agent string anymore.
A research revealed that there's a shift to new "User-Agent Client Hints" [1] and Windows made it even official [2] and forces developers to use this feature as the only way to detect Windows 11 (at least in Edge).
It would be awesome to see this feature also in platform.js.
Thanks in advance!
[1] https://web.dev/migrate-to-ua-ch/
[2] https://docs.microsoft.com/en-us/microsoft-edge/web-platform/how-to-detect-win11
The text was updated successfully, but these errors were encountered: