3rd-Eden / useragent

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

Use "Unknown" instead of "Other" as the default name of Browser, OS, and Device #175

Open vanquyettran opened 1 year ago

vanquyettran commented 1 year ago

I think it is more exact to mark "Unknown" for what we cannot determine. "Other" means we know what is it but it does not exist in our interest list, or we know it does not exist in the list.

For example, the same OS, but one browser provides OS info, the other one does not. Then we will have, say "Windows", and "Other". Here, it seems that we affirm the second one is not "Windows", but actually we just don't know what is it.

Please consider, thank you!