Skip to main content

dom_replace_child

Function dom_replace_child 

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

parent.replaceChild(newChild, oldChild)。置換された old を返す。