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

Parse5Options

Options for parse5, the default parser for HTML.

interface Parse5Options {
scriptingEnabled?: boolean;
sourceCodeLocationInfo?: boolean;
}

§Properties

§
scriptingEnabled?: boolean
[src]

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

§
sourceCodeLocationInfo?: boolean
[src]

Enable location support for parse5.