Reference
isDangerousHtmlAttribute
Returns true for HTML attributes that require explicit unsafe-HTML opt-in handling.
Signature
function isDangerousHtmlAttribute(name: string): booleanReference
Returns true for HTML attributes that require explicit unsafe-HTML opt-in handling.
function isDangerousHtmlAttribute(name: string): boolean