Skip to main content
Module

x/deno_dom/deno-dom-wasm.ts>Attr

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
class Attr
extends Node
import { Attr } from "https://deno.land/x/deno_dom@v0.1.33-alpha/deno-dom-wasm.ts";

Constructors

new
Attr(
map: NamedNodeMap | null,
name: string,
value: string,
key: CTOR_KEY,
)

Properties

readonly
localName
readonly
name
readonly
ownerElement
readonly
prefix: string | null
readonly
specified
value: string
type alias Attr
import { type Attr } from "https://deno.land/x/deno_dom@v0.1.33-alpha/deno-dom-wasm.ts";
definition: ConstructibleAttr
variable Attr
import { Attr } from "https://deno.land/x/deno_dom@v0.1.33-alpha/deno-dom-wasm.ts";

type

Pick<ConstructibleAttr, keyof ConstructibleAttr> & Function