appendText
Deprecated
Warning since 1.4
Error since 1.6
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.
Since Kotlin
1.1Return
this element