(name: string)
| 77 | textContent: string | null; |
| 78 | hasAttribute(name: string): boolean; |
| 79 | getAttribute(name: string): string | null; |
| 80 | setAttribute(name: string, value: string | TrustedHTML | TrustedScript | TrustedScriptURL): void; |
| 81 | removeAttribute(name: string): void; |
| 82 | setAttributeNS( |
no outgoing calls