(content: string | ReadableStream | Response, options?: ContentOptions)
| 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 | } |
| 1534 | interface DocumentEnd { |
no outgoing calls