Skip to main content
Module

x/deno_dom/deno-dom-wasm.ts>Element#hasAttributeNS

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
method Element.prototype.hasAttributeNS
Re-export
import { Element } from "https://deno.land/x/deno_dom@v0.1.34-alpha/deno-dom-wasm.ts";

Parameters

_namespace: string
name: string

Returns

boolean