clear

inline fun Node.clear()

Deprecated

Warning since 1.4

This API is moved to another package, use 'kotlinx.dom.clear' instead.

Replace with

import kotlinx.dom.clear
this.clear()

Removes all the children from this node.