Skip to main content
method cheerio.Cheerio.prototype._parse
Re-export
import { cheerio } from "https://deno.land/x/deno_temme@v1.0.0/deps.ts";
const { Cheerio } = cheerio;

Parses some content.

Parameters

content:
| string
| AnyNode[]
| Buffer
  • Content to parse.
options: InternalOptions
  • Options for parsing.
isDocument: boolean
  • Allows parser to be switched to fragment mode.
context: ParentNode | null

Returns

A document containing the content.