MCPcopy Create free account
hub / github.com/fmhy/edit / text

Method text

api/worker-configuration.d.ts:1811–1811  ·  view source on GitHub ↗
(element: Text)

Source from the content-addressed store, hash-verified

1809 element?(element: Element): void | Promise<void>
1810 comments?(comment: Comment): void | Promise<void>
1811 text?(element: Text): void | Promise<void>
1812}
1813interface HTMLRewriterDocumentContentHandlers {
1814 doctype?(doctype: Doctype): void | Promise<void>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected