(content: string | ReadableStream | Response, options?: ContentOptions)
| 1215 | readonly lastInTextNode: boolean; |
| 1216 | readonly removed: boolean; |
| 1217 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1218 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1219 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1220 | remove(): Text; |
nothing calls this directly
no outgoing calls
no test coverage detected