Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gauntlet/imports/happy_dom.ts>XMLSerializer

Work-in-progress front-end tool which does put a smile on my face
Latest
class XMLSerializer
Re-export
import { XMLSerializer } from "https://deno.land/x/gauntlet@v0.0.9/imports/happy_dom.ts";

Utility for converting an element to string.

Properties

private
_getAttributes

Returns attributes as a string.

Methods

serializeToString(root: INode): string

Renders an element as HTML.