https://developer.mozilla.org/en-US/docs/Web/API/CharacterData/after
CharacterData: after() method - Web APIs | MDN
The after() method of the CharacterData interface inserts a set of Node objects or strings in the children list of the object's parent, just after the object...
after methodweb apischaracterdatamdn
https://www.php.net/manual/en/dom-characterdata.appenddata.php
PHP: Dom\CharacterData::appendData - Manual
Append the string to the end of the character data of the node
phpdomcharacterdatamanual
https://api.dart.dev/stable/3.10.8/dart-html/CharacterData-class.html
CharacterData class - dart:html library - Dart API
API docs for the CharacterData class from the dart:html library, for the Dart programming language.
characterdataclassdarthtmllibrary
https://developer.mozilla.org/en-US/docs/Web/API/CharacterData/insertData
CharacterData: insertData() method - Web APIs | MDN
The insertData() method of the CharacterData interface inserts the provided data into this CharacterData node's current data, at the provided offset from the...
web apischaracterdatamethodmdn
https://usejunior.com/engineering/patching-a-characterdata-state-drift-in-xmldom
Patching a CharacterData state drift in xmldom | UseJunior
We diagnosed and upstreamed a fix for xmldom CharacterData state drift: data and nodeValue were separate backing fields, so direct assignment to one could...
drift inpatchingcharacterdatastatexmldom