MCPcopy Index your code
hub / github.com/monkeytypegame/monkeytype / appendHtml

Method appendHtml

frontend/src/ts/utils/dom.ts:526–529  ·  view source on GitHub ↗

* Append HTML string to the element's innerHTML

(htmlString: string)

Source from the content-addressed store, hash-verified

524 * Append HTML string to the element's innerHTML
525 */
526 appendHtml(htmlString: string): this {
527 this.native.insertAdjacentHTML("beforeend", htmlString);
528 return this;
529 }
530
531 /**
532 * Append a child element

Callers 15

ui.tsFile · 0.45
initFunction · 0.45
activateAnalyticsFunction · 0.45
syncFunction · 0.45
doSortMethod · 0.45
appendHtmlMethod · 0.45
appendEmptyWordElementFunction · 0.45
addWordFunction · 0.45
updateWordLettersFunction · 0.45
updateTagsFunction · 0.45
updateTagsAfterEditFunction · 0.45
applyGlobalCSSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected