(content: string | ReadableStream | Response, options?: ContentOptions)
| 1567 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1568 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1569 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1570 | remove(): Text; |
| 1571 | } |
| 1572 | interface DocumentEnd { |
no outgoing calls