bowser-js / bowser

a browser detector
Other
5.52k stars 487 forks source link

FR: Add a parser for CPU architecture detection #527

Open prprabhu-ms opened 1 year ago

prprabhu-ms commented 1 year ago

e.g.

Mozilla/5.0 (Windows NT 10.0; Win64; x32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36

would map to x32 etc.

I came across a custom parser for this and my first thought was "bowser"... <3