class Attr
extends Node
import { Attr } from "https://deno.land/x/deno_dom@v0.1.40/src/dom/element.ts";
Constructors
Methods
appendChild(): Node
insertBefore(): Node
removeChild(): Node
replaceChild(): Node
[setAttrValueSym](value: string)
[setNamedNodeMapOwnerElementSym](ownerElement: Element | null)