Javascript debugger Website design ↑
DOMCharacterData { void appendData(string data);}
void appendData(string data);
Append the string data to the end of the character data of the node.
The string to append.
No value is returned.
Javascript debugger Website design