Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Parameters

_namespace: string
name: string

Returns

boolean