(content: string | ReadableStream | Response, options?: ContentOptions)
| 1515 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1516 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1517 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1518 | remove(): Text; |
| 1519 | } |
| 1520 | interface DocumentEnd { |
no outgoing calls