removeChild
mutate.removeChild.call(el, child)
Like mutate.appendChild, used to insert a node to an element before a reference node and then trigger the "removed" event.
mutate.removeChild.call(el, child)
Like mutate.appendChild, used to insert a node to an element before a reference node and then trigger the "removed" event.