-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hi,
we're planning to integrate this library into a service that resolves smart tv user agents. The library currently just seems to be able to tell if the UA is a smart tv, but not its Hbbtv version, if applicable.
Are you open to contributions addressing this rather niche problem?
If so, I'm unsure where this information could be placed.
An obvious solution would be to add it to the root of the object:
{
"ua": "",
"browser": {},
"engine": {},
"os": {},
"device": {},
"cpu": {}
"hbbtv": {
"version": "1.1.1"
}
}I'm very open for remarks, since this approach potentially pollutes the object returned by the library.
Metadata
Metadata
Assignees
Labels
No labels