MCPcopy
hub / github.com/cure53/DOMPurify / UponSanitizeElementHookEvent

Interface UponSanitizeElementHookEvent

src/types.ts:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323) => void;
324
325export interface UponSanitizeElementHookEvent {
326 tagName: string;
327 allowedTags: Record<string, boolean>;
328}
329
330export interface UponSanitizeAttributeHookEvent {
331 attrName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…