Skip to main content
Module

x/aleph/server/deps.ts>HTMLRewriter

The Full-stack Framework in Deno.
Very Popular
Latest
class HTMLRewriter
import { HTMLRewriter } from "https://deno.land/x/aleph@1.0.0-beta.44/server/deps.ts";

Constructors

new
HTMLRewriter(encoding: string, output_sink: Function)

Methods

end(): void
free(): void
on(selector: string, handlers: ElementHandlers): this
onDocument(handlers: DocumentHandlers): this
write(chunk: Uint8Array): void