(content: string | ReadableStream | Response, options?: ContentOptions)
| 1247 | readonly lastInTextNode: boolean; |
| 1248 | readonly removed: boolean; |
| 1249 | before(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1250 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1251 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1252 | remove(): Text; |
nothing calls this directly
no outgoing calls
no test coverage detected