(name: string)
| 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>; |
no outgoing calls
no test coverage detected