Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method denoDOM.DOMImplementation.prototype.createDocumentType
import { denoDOM } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { DOMImplementation } = denoDOM;

Parameters

qualifiedName: string
publicId: string
systemId: string