(content: string | ReadableStream | Response, options?: ContentOptions)
| 1731 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1732 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1733 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1734 | remove(): Text; |
| 1735 | } |
| 1736 | interface DocumentEnd { |
no outgoing calls