Support for CSS supports

Support for CSS.supports. This is a Javascript API to tell if a CSS property and value is supported in the browser or in this case in UXP.

2 Likes

“supports” is most useful when you ship your code for multiple browsers in the wild. why would we need it in UXP? you only need to know what’s supported while developing. unless you have some document that you need to run in UXP AND in the browser!?