Function web_sys::css::supports_with_value
source ยท pub fn supports_with_value(property: &str, value: &str) -> Result<bool, JsValue>
Expand description
The CSS.supports()
function.
This API requires the following crate features to be activated: css