()
| 1530 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1531 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1532 | remove(): Text; |
| 1533 | } |
| 1534 | interface DocumentEnd { |
| 1535 | append(content: string, options?: ContentOptions): DocumentEnd; |
no outgoing calls