MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onCharacterData

Method onCharacterData

tools/xsbug-log/xsbug-machine.js:196–200  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

194 }
195 }
196 onCharacterData(data) {
197// console.log(`onCharacterData ${data}`);
198 if (this.current)
199 this.current.data += data;
200 }
201 onError(error) {
202 }
203

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected