3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

list possible values of useragent family #88

Open pizzarob opened 8 years ago

pizzarob commented 8 years ago

It would be helpful to have a list of possible family values for major browsers. I want to detect IE and don't know if I should look for 'IE', 'ie', 'Internet Explorer', etc.

Guibod commented 7 years ago

What is discussed here is that we may need some more documentation, mainly on major browsers. I had the reflex to refer to unit tests and start my own validation tests inside my project. Yet most people won't do that, I guess that README could benefit from a quick reference for major browsers.