(content: string | ReadableStream | Response, options?: ContentOptions)
| 1580 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1581 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1582 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1583 | remove(): Text; |
| 1584 | } |
| 1585 | interface DocumentEnd { |
no outgoing calls