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
Windows UA:s have been recognized with major version as part of the family.
ie.
Mozilla/5.0 (Windows NT 10.0## Win64## x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
{ "family": "Windows 10", "major": null, "minor": null, "patch": null, "patchMinor": null },
should be:
{ "family": "Windows", "major": "10", "minor": null, "patch": null, "patchMinor": null }
or even with minor defined too
minor
The text was updated successfully, but these errors were encountered:
I suspect this is addressed by #110 and #286
Sorry, something went wrong.
No branches or pull requests
Windows UA:s have been recognized with major version as part of the family.
ie.
should be:
or even with
minor
defined tooThe text was updated successfully, but these errors were encountered: