We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window.navigator.userAgent of the browser is:
window.navigator.userAgent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15
And it's detected like ...
macOS Catalina
However, the real name of the OS is ...
macOS Monterey
Reference:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
window.navigator.userAgent
of the browser is:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15
And it's detected like ...
macOS Catalina
However, the real name of the OS is ...
macOS Monterey
Reference:
The text was updated successfully, but these errors were encountered: