Skip to main content
Module

x/lol_html/types.d.ts>Doctype

Low output latency streaming HTML parser/rewriter with CSS selector-based API in Deno, via Webassembly.
Go to Latest
class Doctype
import { Doctype } from "https://deno.land/x/lol_html@0.0.4/types.d.ts";

Properties

readonly
name: string | undefined
readonly
publicId: string | undefined
readonly
systemId: string | undefined

Methods

free(): void