MCPcopy
hub / github.com/zen-browser/desktop / removeAttribute

Method removeAttribute

src/zen/@types/lib.gecko.dom.d.ts:10420–10420  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

10418 releaseCapture(): void;
10419 releasePointerCapture(pointerId: number): void;
10420 removeAttribute(name: string): void;
10421 removeAttributeNS(namespace: string | null, localName: string): void;
10422 removeAttributeNode(oldAttr: Attr): Attr | null;
10423 requestFullscreen(): Promise<void>;

Callers 15

_buildModsListFunction · 0.65
deinitMediaControllerMethod · 0.65
isSharingMethod · 0.65
hideMediaControlsMethod · 0.65
showMediaControlsMethod · 0.65
addLabelOverflowsMethod · 0.65
updateMediaPositionMethod · 0.65
_onMetadataChangeMethod · 0.65
activeTabsMethod · 0.65
on_TabGroupedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected