(content: string | ReadableStream | Response, options?: ContentOptions)
| 1226 | remove(): Element; |
| 1227 | removeAndKeepContent(): Element; |
| 1228 | setInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1229 | onEndTag(handler: (tag: EndTag) => void | Promise<void>): void; |
| 1230 | } |
| 1231 | interface EndTag { |
nothing calls this directly
no outgoing calls
no test coverage detected