Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_dom/deno-dom-wasm.ts>Document#createElementNS

Browser DOM & HTML parser in Deno
Very Popular
Go to Latest
method Document.prototype.createElementNS
Re-export
import { Document } from "https://deno.land/x/deno_dom@v0.1.46/deno-dom-wasm.ts";

Parameters

namespace: NamespaceURI
qualifiedName: string
optional
options: ElementCreationOptions