(comment: Comment)
| 1169 | interface HTMLRewriterDocumentContentHandlers { |
| 1170 | doctype?(doctype: Doctype): void | Promise<void>; |
| 1171 | comments?(comment: Comment): void | Promise<void>; |
| 1172 | text?(text: Text): void | Promise<void>; |
| 1173 | end?(end: DocumentEnd): void | Promise<void>; |
| 1174 | } |
nothing calls this directly
no outgoing calls
no test coverage detected