Closed
Description
It seems DOM Element
(in org.scalajs.dom.raw) misses the remove method.
It can be replaced by e.parentNode.removeChild(e)
, but I think there is probably no reason not to add it.
It seems DOM Element
(in org.scalajs.dom.raw) misses the remove method.
It can be replaced by e.parentNode.removeChild(e)
, but I think there is probably no reason not to add it.