Table of contents
Detecting feature support in JavascriptDetecting CSS support using @supportsUsing Modernizr to detect feature supportSometimes you want to support a large variety of browsers, while still being able to use features provided by newer browsers. Other times, different browsers might provide different ways of doing the same thing. In both these cases, you’ll need to detect which features are supported by some browser and adapt accordingly. By checking whether a feature is supp...
Published on June 06, 2022 06:15