Skip to main content

dom_prepend

Function dom_prepend 

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

element.prepend(…nodes):先頭に複数追加(順序保持)。