MCPcopy
hub / github.com/QwikDev/partytown / removeAttribute

Method removeAttribute

src/lib/web-worker/worker-image.ts:67–69  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

65 }
66
67 removeAttribute(name: string): void {
68 this.attributes.delete(name.toLowerCase());
69 }
70
71 toggleAttribute(name: string, force?: boolean): boolean {
72 const normalizedName = name.toLowerCase();

Callers 15

attrRemoveFunction · 0.80
attrFunctionFunction · 0.80
_removeAttributeFunction · 0.80
xFunction · 0.80
ltFunction · 0.80
E-v1.jsFile · 0.80
xFunction · 0.80
HFunction · 0.80
HFunction · 0.80
HFunction · 0.80
lFunction · 0.80

Calls 1

deleteMethod · 0.45

Tested by 1

testFunction · 0.64