What features detected by Modernizr?
What features detected by Modernizr? Features detected by ModernizrFeatureCSS PropertyJavaScript CheckIndexedDB.indexeddbModernizr.indexeddbWeb Sockets.websocketsModernizr.websocketsHashchange Event.hashchangeModernizr.hashchangeHistory Management.historymanagementModernizr.historymanagement How does Modernizr detect browser? Modernizr doesn't detect browsers as such, it detects which feature and capability are present and this is the whole jist of what it's trying to do. You could try hooking in a simple detection script like this and then using it to make your choice. I've included Version Detection as well just in case that's needed. What are the features detected by Modernizr in chegg? For feature detection, Modernizr performs three basic functions: Adds classes indicating feature support, which can be...