(content: string | ReadableStream | Response, options?: ContentOptions)
| 1576 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1577 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1578 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1579 | remove(): Text; |
| 1580 | } |
| 1581 | interface DocumentEnd { |
no outgoing calls