Function leptos_dom::remove_child

source ·
pub fn remove_child(parent: &Element, child: &Node)
Expand description

Removes the child node from its parent element. See Node.removeChild.