Skip to main content
Module

x/html_rewriter/index.ts>ElementHandlers

WASM-based implementation of Cloudflare's HTML Rewriter for use in Deno, browsers, etc.
Go to Latest
interface ElementHandlers
Re-export
import { type ElementHandlers } from "https://deno.land/x/html_rewriter@v0.1.0-pre.17/index.ts";

Methods

optional
element(element: Element): void | Promise<void>
optional
comments(comment: Comment): void | Promise<void>
optional
text(text: TextChunk): void | Promise<void>