Function: isSanitizedExpression()
function isSanitizedExpression(node: Readonly<Expression>): boolean;
Defined in: _internal/domparser.ts:45
Check whether an expression appears to run through a sanitizer or trusted policy helper.
Parametersâ
nodeâ
Readonly<Expression>
Expression to inspect.
Returnsâ
boolean
Whether the expression is an explicit sanitization call.