@tempots/dom > HeadlessAdapter > getAttribute
Gets the value of an attribute from an element.
Signature:
readonly getAttribute: (el: EL, attr: string) => string | null;