blob: b4c5b4b6df2593700caaca4bc4602504aee615ef (
plain) (
blame)
1
2
3
4
5
6
7
|
A port of BrowserScope's user agent string parser.
The crux of the original parser -- the data collected by Steve Souders over
the years -- has been extracted into a separate YAML file so as to be reusable
as is by implementations in other programming languages.
ua-parser is just a small wrapper around this data.
|