(content: string | ReadableStream | Response, options?: ContentOptions)
| 1189 | before(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1190 | after(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1191 | prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1192 | append(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1193 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1194 | remove(): Element; |
nothing calls this directly
no outgoing calls
no test coverage detected