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

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

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

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.