MCPcopy Create free account
hub / github.com/Nynxz/ComfyUI-IdeogramHelper / isTargetMathML

Function isTargetMathML

web/main.js:2329–2329  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

2327const isTeleportDeferred = (props) => props && (props.defer || props.defer === "");
2328const isTargetSVG = (target) => typeof SVGElement !== "undefined" && target instanceof SVGElement;
2329const isTargetMathML = (target) => typeof MathMLElement === "function" && target instanceof MathMLElement;
2330const resolveTarget = (props, select) => {
2331 const targetSelector = props && props.to;
2332 if (isString(targetSelector)) {

Callers 2

mountToTargetFunction · 0.85
processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected