Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

parseDocument

Parses the data, returns the resulting document.

function parseDocument(data: string, options?: Options): Document;
§
parseDocument(data: string, options?: Options): Document
[src]

§Parameters

§
data: string
[src]

The data that should be parsed.

§
options?: Options optional
[src]

Optional options for the parser and DOM builder.