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

Method comments

api/worker-configuration.d.ts:1810–1810  ·  view source on GitHub ↗
(comment: Comment)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected