DomTokenList class

Annotated by:
  • DocsEditable()
  • DomName('DOMTokenList')
Implementors

Instance Properties

length int
read-only

Instance Methods

add ( String tokens ) → void
contains ( String token ) → bool
item ( int index ) → String
remove ( String tokens ) → void
toggle ( String token, [bool force] ) → bool