Skip to main content
Module

x/aleph/server/types.ts>HTMLRewriterHandlers

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface HTMLRewriterHandlers
import { type HTMLRewriterHandlers } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";

Properties

optional
element: (element: Element) => void
optional
comments: (comment: Comment) => void
optional
text: (text: TextChunk) => void