Skip to main content
interface cheerio.Parse5Options
import { type cheerio } from "https://deno.land/x/deno_temme@v1.0.0/deps.ts";
const { Parse5Options } = cheerio;

Options for parse5, the default parser for HTML.

Properties

optional
scriptingEnabled: boolean

Disable scripting in parse5, so noscript tags would be parsed.

optional
sourceCodeLocationInfo: boolean

Enable location support for parse5.