Creates a new instance of DOMTokenList.
The accessor that reads and writes the class string to the element.
DOMTokenList.length on MDN
DOMTokenList.value on MDN
Rest
...tokens: string[]DOMTokenList.add on MDN
DOMTokenList.contains on MDN
Optional
thisArg: anyDOMTokenList.forEach on MDN
DOMTokenList.item on MDN
Rest
...tokens: string[]DOMTokenList.remove on MDN
DOMTokenList.replace on MDN
Optional
force: booleanDOMTokenList.toggle on MDN
See
DOMTokenList on MDN