Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
worker-image.spec.ts
File · 0.80
attrRemove
Function · 0.80
attrFunction
Function · 0.80
_removeAttribute
Function · 0.80
x
Function · 0.80
lt
Function · 0.80
E-v1.js
File · 0.80
x
Function · 0.80
H
Function · 0.80
H
Function · 0.80
H
Function · 0.80
l
Function · 0.80
Calls
1
delete
Method · 0.45
Tested by
1
test
Function · 0.64