deleteFromDocument method

void deleteFromDocument()

The deleteFromDocument() method of the Selection interface deletes the selected text from the document's DOM.

Implementation

external void deleteFromDocument();