import { NamedNodeMap } from "https://deno.land/x/deno_dom@v0.1.35-alpha-artifacts/src/api.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
[removeNamedNodeMapAttrSym](attribute: string)
Called when an attribute is removed from an element
[setNamedNodeMapValueSym]()
attribute: string,
value: string,
bubble?,
[Symbol.iterator](): Generator<Attr>
import { type NamedNodeMap } from "https://deno.land/x/deno_dom@v0.1.35-alpha-artifacts/src/api.ts";
Index Signatures
index: number]: Attr
[