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

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

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

Remove an element from the dom

Parameters

elem: Node

The element to be removed