Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/html_parser/src/mod.ts>DomUtils.testElement

Port of fb55/htmlparser2 for Deno
Latest
function DomUtils.testElement
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { testElement } = DomUtils;

Parameters

options: TestElementOpts

An object describing nodes to look for.

node: Node

The element to test.

Returns

boolean

Whether the element matches the description in options.