MCPcopy Create free account
hub / github.com/cloudflare/mcp / remove

Method remove

worker-configuration.d.ts:1579–1579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1577interface Element {
1578 tagName: string;
1579 readonly attributes: IterableIterator<string[]>;
1580 readonly removed: boolean;
1581 readonly namespaceURI: string;
1582 getAttribute(name: string): string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected