pub fn setAttributeInner(
    node: JsValue,
    name: &str,
    value: JsValue,
    ns: Option<&str>
)
Expand description