replaceChild
mutate.replaceChild.call(el, child)
Like mutate.appendChild and mutate.removeChild, used to replace a node with another node and trigger "removed" on the removed element and "inserted" on the inserted elements.