deleteContents method
void
deleteContents()
The Range.deleteContents() method removes the contents of
the Range from the Document.
Unlike Range.extractContents, this method does not return a DocumentFragment containing the deleted content.
Implementation
external void deleteContents();