How to think about Baseline and polyfills
March 27, 2025

Polyfills have long been a part of the web developer experience, as they attempt to provide support for web features that aren’t supported in all browsers. It would seem that polyfills are an indispensable tool in the web developer’s toolkit, but it’s nearly impossible to distill such a complex area of concern into a single, definitive statement.Knowing when to use a polyfill for a feature depends on its availability across browsers, and Baseline can be helpful in making that determination. While Baseline doesn’t tell you whether or not you should use polyfills, the clarity it brings to the availability of web platform features gives you an opportunity to be more selective, as excessive polyfills in an application can have significant drawbacks.
Source: How to think about Baseline and polyfills | Articles | web.dev