@tempots/dom

HeadlessAdapter.setAttribute property

Sets the value of an attribute on an element.

Signature:

readonly setAttribute: (el: EL, attr: string, value: string | null) => void;