Skip to main content

computed_get_property_value

Function computed_get_property_value 

Source
pub fn computed_get_property_value(
    it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

computedStyle.getPropertyValue(name): kebab-case のプロパティ値を返す。