(content: string | ReadableStream | Response, options?: ContentOptions)
| 1211 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1212 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1213 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1214 | remove(): Text; |
| 1215 | } |
| 1216 | interface DocumentEnd { |
nothing calls this directly
no outgoing calls
no test coverage detected