()
| 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 { |
| 1737 | append(content: string, options?: ContentOptions): DocumentEnd; |
no outgoing calls