traitDOMTokenList extends Object with DOMList[String]
This type represents a set of space-separated tokens. Commonly returned by
HTMLElement.classList, HTMLLinkElement.relList,
HTMLAnchorElement.relList or HTMLAreaElement.relList. It is indexed
beginning with 0 as with JavaScript arrays. DOMTokenList is always
case-sensitive.
This type represents a set of space-separated tokens. Commonly returned by HTMLElement.classList, HTMLLinkElement.relList, HTMLAnchorElement.relList or HTMLAreaElement.relList. It is indexed beginning with 0 as with JavaScript arrays. DOMTokenList is always case-sensitive.
MDN