(content: string | ReadableStream | Response, options?: ContentOptions)
| 1194 | remove(): Element; |
| 1195 | removeAndKeepContent(): Element; |
| 1196 | setInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1197 | onEndTag(handler: (tag: EndTag) => void | Promise<void>): void; |
| 1198 | } |
| 1199 | interface EndTag { |
nothing calls this directly
no outgoing calls
no test coverage detected