(content: string | ReadableStream | Response, options?: ContentOptions)
| 1555 | after(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1556 | prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1557 | append(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1558 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1559 | remove(): Element; |
| 1560 | removeAndKeepContent(): Element; |
no outgoing calls
no test coverage detected