2 dépôts
Checking the browser compatibility status of a specific web API or interface to determine if it can be used.
Distinct from API Query Interfaces: Distinct from API Query Interfaces: focuses on browser support status queries, not data filtering from web service endpoints.
Explore 2 awesome GitHub repositories matching web development · Browser Compatibility Queries. Refine with filters or upvote what's useful.
caniuse is a community-maintained dataset and command-line tool that provides browser support information for HTML, CSS, and JavaScript features. At its core, it stores structured browser compatibility facts as a flat JSON dataset, keyed by feature identifiers and browser-version tuples, making the data easily queryable through a CLI or JSON API. The project distinguishes itself through several practical tools built on top of this dataset. It includes a CSS compatibility linter that scans stylesheets to identify features lacking support in a target browser audience, and a feature support quer
Checks which web platform features are supported across different browser versions and retrieves structured support data.
Provides a query interface to check browser compatibility status for any web API or interface.