Skip to main content

dom_replace_with

Function dom_replace_with 

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

element.replaceWith(…nodes):自身を nodes で置換。