browserslist
caniuse

browserslist | caniuse | |
---|---|---|
57 | 446 | |
13,337 | 5,757 | |
0.4% | 0.2% | |
7.9 | 9.4 | |
13 days ago | 14 days ago | |
JavaScript | JavaScript | |
MIT License | Creative Commons Attribution 4.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
browserslist
-
Supporting ancient browsers using modern Web-Tooling
This plugin automatically converts modern JavaScript and adds necessary polyfills based on Browserlist-targets using Babel.
-
Why and How to Migrate Your React App from CRA to Vite
For a production build, you are likely using Browserslist, by default Vite targets browsers that support native ES Modules, native ESM dynamic import, and import.meta.
- Browserslist/browserslist: `not and_UC all`
-
Shoelace: A forward-thinking library of web components
Not these days, where most people are using evergreen browsers and iOS users upgrade very quickly.
Take a look at the defaults for browserslist, for example:
https://browsersl.ist/#q=defaults
It just barely supports Safari 15, on iOS only, and that’s likely to go away imminently because it’s under 1% usage.
-
How to Clone an Object in JavaScript
browserslist
-
How we improved page load speed for Next.js ecommerce website by 1.5 times
We compile JS only for modern browsers. The list of default browsers in Next can be overridden in your browserslist.
-
The Need for Speed: Next.js Performance Overhaul with Polyfills and SWC
In the latest versions of Next.js, targeting specific browsers or features is a breeze using the Browserslist configuration in your package.json file. The latest version of Next.js (v13) uses the following configuration by default:
-
How can I find out if I should support IE 9/10/11?
For a more general answer to browser support, check out https://github.com/browserslist/browserslist. That seems to be standard tool to help you with that.
-
WebGPU hits 40% availability 2 weeks after Chrome releases support
As someone else pointed out, you're overestimating Chrome/ium's market share.
Regardless, after the web.dev/baseline announcement, I looked at Browslerlist and one of our site's analytics and it is shocking how many people are not using the last two versions of evergreen browsers. There is a long tail of browser versions in those stats.
https://browsersl.ist
-
Baseline: a unified view of stable web features
The way folks handle this in production is with browserslist, which lets you query on different things you want to support: https://github.com/browserslist/browserslist. This in turn tells other parts of your tooling what language features to transpile for production.
I imagine tools could be built on top of that which do what you’re asking too
caniuse
-
NodeJS Fundamentals: DOM
Browser compatibility can be checked using tools like CanIUse (https://caniuse.com/).
-
NodeJS Fundamentals: ES2015
Browser compatibility is a major concern. CanIUse (https://caniuse.com/) provides detailed compatibility data for ES2015 features. Older browsers (e.g., Internet Explorer) require polyfills. core-js is a comprehensive polyfill library. Babel can automatically include polyfills based on the configured targets and useBuiltIns.
-
Mozilla shutdown Pocket on July 8, 2025
Going purely by (mis)feature count, I'd say they're pretty similar:
https://caniuse.com/?compare=chrome+136,safari+18.5,firefox+...
- Show HN: Basecoat – shadcn/UI components, no React required
-
5 best open source tools for cross-browser CSS testing
Automated browser compatibility: PostCSS Autoprefixer scans CSS and applies vendor prefixes based on up-to-date browser data from Can I Use. This means developers don’t need to manually add prefixes or worry about outdated ones cluttering their stylesheets
- JavaScript Views, the Hard Way – A Pattern for Writing UI
-
Show HN: Splash – A Real-Time Fluid Simulation in Browsers Implemented in WebGPU
According to https://caniuse.com/?search=webgpu I should be able to use Edge and Opera, but neither works; I'm on Linux Mint, if that makes a difference
-
18 Essential Learning Resources for Front-End Developers
17. Can I Use
-
🚀 2025: 10 Free Must-Know Websites Every Developer Should Bookmark
đź”— https://caniuse.com/
- Customizable HTML Select
What are some alternatives?
autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use
Servo - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
rollup-plugin-terser - Rollup plugin to minify generated bundle
WHATWG HTML Standard - HTML Standard
eslint-plugin-compat - Check the browser compatibility of your code
wpt - Test suites for Web platform specs — including WHATWG, W3C, and others
