Deprecated
Use parseDocument
instead.
import { parseDOM } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
Parses data, returns an array of the root nodes.
Note that the root nodes still have a Document
node as their parent.
Use parseDocument
to get the Document
node instead.