@tempots/dom > HeadlessAdapter > setAttribute
Sets the value of an attribute on an element.
Signature:
readonly setAttribute: (el: EL, attr: string, value: string | null) => void;