Skip to main content
Module

x/cheerio/mod.ts>CheerioParserOptions

Cheerio port to Deno with typings
Go to Latest
interface CheerioParserOptions
import { type CheerioParserOptions } from "https://deno.land/x/cheerio@1.0.3/mod.ts";

Properties

optional
xmlMode: boolean
optional
decodeEntities: boolean
optional
lowerCaseTags: boolean
optional
lowerCaseAttributeNames: boolean
optional
recognizeCDATA: boolean
optional
recognizeSelfClosing: boolean
optional
normalizeWhitespace: boolean
optional
withStartIndices: boolean
optional
withEndIndices: boolean
optional
ignoreWhitespace: boolean
optional
_useHtmlParser2: boolean