MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / getAttribute

Method getAttribute

apps/cloud/worker-configuration.d.ts:1699–1699  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1697 readonly removed: boolean;
1698 readonly namespaceURI: string;
1699 getAttribute(name: string): string | null;
1700 hasAttribute(name: string): boolean;
1701 setAttribute(name: string, value: string): Element;
1702 removeAttribute(name: string): Element;

Calls

no outgoing calls

Tested by

no test coverage detected