(content: string | ReadableStream | Response, options?: ContentOptions)
| 1512 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1513 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1514 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1515 | remove(): Text; |
| 1516 | } |
| 1517 | interface DocumentEnd { |
no outgoing calls
no test coverage detected