3rd-Eden / useragent

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

Support IE 11 #35

Closed tregusti closed 10 years ago

tregusti commented 10 years ago

User agent string looks like this:

Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E; rv:11.0) like Gecko

I use https://github.com/karma-runner/karma and it uses this module and it shows IE11 in a bad way.

tregusti commented 10 years ago

Ignore, I see now that it is supported since this commit 21086f0ef1b26a60d4e4c0a2f459c0cae0e96ccb.