import { NamedNodeMap } from "https://dotland.deno.dev/x/deno_dom@v0.1.45/deno-dom-wasm.ts";
Constructors
Methods
getNamedItem(attribute: string): Attr | null
removeNamedItem(attribute: string): Attr
setNamedItem(attrNode: Attr)
[getNamedNodeMapAttrNamesSym](): string[]
[getNamedNodeMapAttrNodeSym](attribute: string): Attr
[getNamedNodeMapValueSym](attribute: string): string | undefined
[setNamedNodeMapValueSym]()
attribute: string,
value: string,
bubble?,
[Symbol.iterator](): Generator<Attr>
import { type NamedNodeMap } from "https://dotland.deno.dev/x/deno_dom@v0.1.45/deno-dom-wasm.ts";