(content: string | ReadableStream | Response, options?: ContentOptions)
| 1704 | after(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1705 | prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1706 | append(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1707 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1708 | remove(): Element; |
| 1709 | removeAndKeepContent(): Element; |
no outgoing calls
no test coverage detected