dmolsen / Detector

Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser information.
http://detector.dmolsen.com/
MIT License
847 stars 80 forks source link

stats? #13

Closed paulirish closed 11 years ago

paulirish commented 11 years ago

Do you have any stats on what properties are tested with Detector? It'd be helpful for a few projects that are currently underway..

cc @igrigorik

dmolsen commented 11 years ago

Can you clarify what you mean by "stats"? A list of the features it is currently testing or a dump of browser profiles?

dmolsen commented 11 years ago

btw, i'm running on empty (lots of traveling past few days) so if my response makes no sense i apologize. just didn't want to make you wait too long ;)

dmolsen commented 11 years ago

bump

dmolsen commented 11 years ago

FYI... just guessing at this but this doc is still (unfortunately) relevant when it comes to features for detector. I hope to get back to the project in January.

https://docs.google.com/spreadsheet/ccc?key=0AntZUVoCEOyYdFRpUjZOWUZyaWxoSTlLLW1XVHVldHc

closing this issue

/cc @igrigorik

paulirish commented 11 years ago

I mean basically what people are checking for on the serverside. So for examples in the using Detector guide's first example, 1 point each for SVG and Canvas.

I would imagine these properties are different than the most frequently checked on clientside.