delete

suspend fun <N : Node> N.delete(start: Int, count: Int, parentJob: Job, cancelJob: suspend (Node) -> Unit)

Deletes elements from the DOM.

Parameters

<receiver>

target DOM-Node

start

position for deleting

count

of elements to delete