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

x/cav/dom.ts>make

A server framework for Deno
Go to Latest
function make
import { make } from "https://deno.land/x/cav@0.2.0-alpha.4/dom.ts";

Creates a new DocumentFragment using the provided HTML.

Parameters

html: string