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

Interface RemovedAttribute

src/types.ts:244–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 * An element removed by DOMPurify.
243 */
244export interface RemovedAttribute {
245 /**
246 * The attribute that was removed.
247 */
248 attribute: Attr | null;
249
250 /**
251 * The element that the attribute was removed.
252 */
253 from: Node;
254}
255
256type BasicHookName =
257 | 'beforeSanitizeElements'

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…