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

Method element

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected