biggora / express-useragent

NodeJS user-agent middleware
http://www.gordejev.lv
MIT License
644 stars 112 forks source link

Client Hints support for UserAgent #156

Open rernas35 opened 2 years ago

rernas35 commented 2 years ago

navigator.UserAgent won't be valid in future. Do you have plan to support Client Hints ? https://web.dev/migrate-to-ua-ch/

woutervanvliet commented 2 years ago

I'm also looking for a package that supports parsing of client hints; but haven't been able to find anything yet.

I won't expect this will be added to express-useragent though, but it would be nice to find something that can tie-in with it.

Roman-Simik commented 1 year ago

We recently also started searching for library which supports it and we will be probably switching to UA parser js which is well maintained and active and supports all client hints and all the new things and has 11m+ downloads per week