Visitor operating system discovery was easy with the navigator.platform solution. However, this solution is now deprecated, so my question is, quite simply, is there another way to get the OS using JavaScript?
I looked at the website and everything seems to point to the navigator object, but as the following link shows, this is deprecated ...
https://developer.mozilla.org/en-US/docs/Web/API/NavigatorID/platform
source share