Function web_sys::css::supports

source ·
pub fn supports(condition_text: &str) -> Result<bool, JsValue>
Expand description

The CSS.supports() function.

MDN Documentation

This API requires the following crate features to be activated: css