Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Problem of parsing Edge's user-agent #64

New issue

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

Closed
Harpsichord1207 opened this issue Sep 19, 2018 · 1 comment
Closed

Problem of parsing Edge's user-agent #64

Harpsichord1207 opened this issue Sep 19, 2018 · 1 comment

Comments

@Harpsichord1207
Copy link

A user-agent of Edge is

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

The parsed result of browser version is {'major': 15, 'minor':15063}, and I parsed the same ua in the following website whatismybrowser, it returnd Edge 40, and I found that 15 is the Layout Engine Version and 40 is Software Version, maybe return Software Version is better.
Forgive my poor English and thanks to the contribution

@elsigh
Copy link
Contributor

elsigh commented Jan 9, 2020

this is a uap-core issue, and I think irrelevant now

@elsigh elsigh closed this as completed Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants