AnonymousSep 4Track specific Windows versionsCurrently all Windows data shows Windows as version 10. I can imagine it being quite involved to determine all versions but at least it would be nice to see 10 and 11. PendingPendingPending111
The version can be gotten from the navigator.userAgentData.getHighEntropyValues API for the "platformVersion" hint. Microsoft wrote about it here: https://learn.microsoft.com/en-us/microsoft-edge/web-platfor…