append Text
Deprecated
Warning since 1.4
This API is moved to another package, use 'kotlinx.dom.appendText' instead.
Replace with
import kotlinx.dom.appendText
Content copied to clipboard
this.appendText(text)
Content copied to clipboard
Creates text node and append it to the element.
Return
this element