[][src]Function web_sys::css::supports_with_value

pub fn supports_with_value(property: &str, value: &str) -> Result<bool, JsValue>

The CSS.supports() function.

MDN Documentation

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