(elementId: string)
| 25896 | readonly slotAssignment: SlotAssignmentMode; |
| 25897 | createElementAndAppendChildAt(parentNode: Node, localName: string): Node; |
| 25898 | getElementById(elementId: string): Element | null; |
| 25899 | getHTML(options?: GetHTMLOptions): string; |
| 25900 | importNodeAndAppendChildAt( |
| 25901 | parentNode: Node, |
no outgoing calls
no test coverage detected