It seems DOM `Element` (in org.scalajs.dom.raw) misses the [remove](https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove) method. It can be replaced by `e.parentNode.removeChild(e)`, but I think there is probably no reason not to add it.