()
| 1577 | interface Element { |
| 1578 | tagName: string; |
| 1579 | readonly attributes: IterableIterator<string[]>; |
| 1580 | readonly removed: boolean; |
| 1581 | readonly namespaceURI: string; |
| 1582 | getAttribute(name: string): string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected