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

Method comments

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

Source from the content-addressed store, hash-verified

1813interface HTMLRewriterDocumentContentHandlers {
1814 doctype?(doctype: Doctype): void | Promise<void>
1815 comments?(comment: Comment): void | Promise<void>
1816 text?(text: Text): void | Promise<void>
1817 end?(end: DocumentEnd): void | Promise<void>
1818}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected