Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method Document.prototype.createElementNS
Re-export
import { Document } from "https://deno.land/x/frugal@0.3.0/dep/dom.ts";

Parameters

namespace: NamespaceURI
qualifiedName: string
optional
options: ElementCreationOptions

Returns

Element