@tempots/dom

HeadlessAdapter.getAttribute property

Gets the value of an attribute from an element.

Signature:

readonly getAttribute: (el: EL, attr: string) => string | null;