bestiejs / platform.js

A platform detection library.
https://mths.be/platform
MIT License
3.22k stars 408 forks source link

Windows Server reports version within 'platform.os.family' #107

Closed jpuffer closed 8 years ago

jpuffer commented 8 years ago

Users on Windows Server are getting the following string in platform.os.family: Windows Server 2008 R2 / 7

Expected behavior would be to only see Windows Server there.

jdalton commented 8 years ago

This is by design and based on Windows platform tokens.

jpuffer commented 8 years ago

What about the / 7 which is duplicated in os.version: 7? In the least, that part appears to be erroneous.

jdalton commented 8 years ago

The token NT 6.1 is valid for Windows 7 and Server 2008 R2.