Skip to main content
Module

x/commandis/mod.ts>dom.DOMParser

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.DOMParser
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { DOMParser } = dom;

Provides the ability to parse XML or HTML source code from a string into a DOM Document.

Methods

parseFromString(str: string, type: SupportedType): Document