DOMString.deleteData

Clears the data of this DOMString.

class DOMString
@safe pure
void
deleteData
(
size_t offset
,
size_t count
)

Parameters

offset size_t

The position from the beginning from which the data must be deleted

count size_t

The count of characters from the offset that must be deleted

Meta