MCPcopy Create free account
hub / github.com/Comfy-Org/litegraph.js / decodeHTML

Method decodeHTML

src/LGraphCanvas.ts:1191–1195  ·  view source on GitHub ↗

@deprecated

(str: string)

Source from the content-addressed store, hash-verified

1189
1190 /** @deprecated */
1191 static decodeHTML(str: string): string {
1192 const e = document.createElement("div")
1193 e.textContent = str
1194 return e.innerHTML
1195 }
1196
1197 static onMenuResizeNode(
1198 value: IContextMenuValue,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected