JavaScript libraries to detect browser capabilities/plug-ins

前端 未结 2 467
日久生厌
日久生厌 2021-01-03 05:08

I\'m trying to find a (preferably open source) JS library to determine as much information as possible about the user\'s Web browser environment. I know it\'s possible to ge

2条回答
  •  Happy的楠姐
    2021-01-03 05:37

    I maintain Common Feature Tests project, but it is merely a set of feature tests online, not a library. Feel free to use any of them on your page.

    Sometimes I also use this simple test page for testing unknown environments (all tests there are really trivial one liners).

提交回复
热议问题