MCPcopy Create free account
hub / github.com/cure53/DOMPurify / RemovedElement

Interface RemovedElement

src/types.ts:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 * An element removed by DOMPurify.
233 */
234export interface RemovedElement {
235 /**
236 * The element that was removed.
237 */
238 element: Node;
239}
240
241/**
242 * An element removed by DOMPurify.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected