|
|
|
|
|
by CM30
2384 days ago
|
|
For most CSS and JavaScript incompatibility issues, the way to check doesn't require UA sniffing at all. You merely check if the browser supports said feature by looking for whether the supports media query runs or if the new method is available at all. https://developer.mozilla.org/en-US/docs/Web/CSS/@supports |
|