recogito / text-annotator-js

A JavaScript library for text annotation.
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Use 3rd Party Library for User Agent Detection #152

Open rsimon opened 1 month ago

rsimon commented 1 month ago

From @oleksandr-danylchenko:

Maybe we can use a 3rd party library like https://www.npmjs.com/package/ua-parser-js? It's constantly maintained and will account for any future UA string shenanigans.

https://github.com/recogito/text-annotator-js/pull/151#pullrequestreview-2345288809