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