Skip to main content
Module

x/shed/html-rewriter.ts>DocumentHandlers

All Worker Tools under a single roof
Latest
interface DocumentHandlers
Re-export
import { type DocumentHandlers } from "https://deno.land/x/shed@v0.1.0-pre.10/html-rewriter.ts";

Methods

optional
doctype(doctype: Doctype): void | Promise<void>
optional
comments(comment: Comment): void | Promise<void>
optional
text(text: TextChunk): void | Promise<void>
optional
end(end: DocumentEnd): void | Promise<void>