(element: Element)
| 1807 | } |
| 1808 | interface HTMLRewriterElementContentHandlers { |
| 1809 | element?(element: Element): void | Promise<void> |
| 1810 | comments?(comment: Comment): void | Promise<void> |
| 1811 | text?(element: Text): void | Promise<void> |
| 1812 | } |
nothing calls this directly
no outgoing calls
no test coverage detected