Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cheerio/mod.ts>cheerio.HTMLParser2Options

Cheerio port to Deno with typings
Latest
interface cheerio.HTMLParser2Options
implements DomHandlerOptions, ParserOptions
import { type cheerio } from "https://deno.land/x/cheerio@1.0.7/mod.ts";
const { HTMLParser2Options } = cheerio;

Options accepted by htmlparser2, the default parser for XML.