You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
A user-agent of Edge is
The parsed result of browser version is
{'major': 15, 'minor':15063}
, and I parsed the same ua in the following website whatismybrowser, it returndEdge 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
The text was updated successfully, but these errors were encountered: