Skip to main content
Module

x/packup/deps.ts>Element#getElementsByTagNameNS

📦 Zero-config web application packager in Deno
Go to Latest
method Element.prototype.getElementsByTagNameNS
Re-export
import { Element } from "https://deno.land/x/packup@v0.2.2/deps.ts";

Parameters

_namespace: string
localName: string

Returns

Element[]