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
Found this curiosity in the logs:
Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0; MSIE; Maxthon/4.1.3.5000)
Output:
{'browser': {'name': 'Microsoft Internet Explorer'}, 'os': {'name': 'Windows', 'version': '7'}, 'platform': {'name': 'Windows', 'version': '7'}}
I don't know much about Maxthon, but the UA says Trident/7.0 rv:11.0, so it looks like something IE11-powered.
(On related note, I also didn't expect detect() to return something that has ['browser'] but doesn't have ['browser']['version'].)
detect()
['browser']
['browser']['version']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found this curiosity in the logs:
Output:
I don't know much about Maxthon, but the UA says Trident/7.0 rv:11.0, so it looks like something IE11-powered.
(On related note, I also didn't expect
detect()
to return something that has['browser']
but doesn't have['browser']['version']
.)The text was updated successfully, but these errors were encountered: