(content: string | ReadableStream | Response, options?: ContentOptions)
| 1203 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1204 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1205 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1206 | remove(): Text; |
| 1207 | } |
| 1208 | interface DocumentEnd { |
no outgoing calls