2 Repos
Comprehensive suites for identifying supported web technologies in the client browser.
Distinguishing note: Provides a broad library of tests rather than a single utility function.
Explore 2 awesome GitHub repositories matching web development · Browser Feature Detection Libraries. Refine with filters or upvote what's useful.
Modernizr is a browser feature detection library that determines which web technologies are supported by a user's browser by executing small snippets of code to verify actual capabilities. By avoiding reliance on unreliable user-agent strings, it provides a reliable foundation for progressive enhancement, allowing developers to build interfaces that adapt their functionality and styling based on the specific features available in the client environment. The project distinguishes itself through a configuration-driven build system that generates custom, minimized JavaScript files containing onl
Determines which web technologies are supported by a user's browser without relying on unreliable user-agent strings.
Headjs ist ein asynchroner Asset-Loader, der JavaScript- und CSS-Dateien parallel lädt und in einer spezifischen Reihenfolge ausführt, um die Seitengeschwindigkeit zu verbessern. Er fungiert als Ressourcen-Abhängigkeitsmanager, der den Ladestatus von Skripten verfolgt und Callbacks erst ausführt, wenn alle erforderlichen Abhängigkeiten vollständig geladen sind. Das Projekt enthält eine Browser-Feature-Detection-Bibliothek, die auf HTML5- und CSS3-Fähigkeiten prüft. Dies ermöglicht bedingtes Laden von Ressourcen, bei dem Assets basierend auf erkannten Browser-Features, Gerätefähigkeiten oder Bildschirmauflösung ausgeliefert werden. Das System verwaltet zudem die Frontend-Asset-Optimierung durch eine Kombination aus Skript-Abhängigkeitsmanagement und der Anwendung bedingter Styles basierend auf der erkannten Browser-Unterstützung.
Provides a comprehensive library for detecting HTML5 and CSS3 capabilities to enable targeted styling and conditional loading.