(content: string | ReadableStream | Response, options?: ContentOptions)
| 1528 | readonly removed: boolean; |
| 1529 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1530 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1531 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1532 | remove(): Text; |
| 1533 | } |
no outgoing calls
no test coverage detected