AvailabilityDOM Level 1 Core Synopsisvoid deleteData(unsigned long offset, unsigned long count) throws DOMException; Arguments
ThrowsThis method may throw a DOMException with one of the following code values:
DescriptionThis method deletes characters from this Text or Comment node, starting with the character at the position offset and continuing for count characters. If offset plus count is greater than the number of characters in the Text or Comment node, all characters from offset to the end of the string are deleted. |