Deprecated
Use the dom-serializer
module directly.
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { getInnerHTML } = DomUtils;
Parameters
node: Node
Node to get the inner HTML of.
Use the dom-serializer
module directly.
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { getInnerHTML } = DomUtils;
Node to get the inner HTML of.