(content: string | ReadableStream | Response, options?: ContentOptions)
| 1223 | prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1224 | append(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1225 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1226 | remove(): Element; |
| 1227 | removeAndKeepContent(): Element; |
| 1228 | setInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
nothing calls this directly
no outgoing calls
no test coverage detected