This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

DOMSettableTokenList

Summary

The DOMSettableTokenList interface is the same as the DOMTokenList interface, except that it allows the underlying string to be changed.

Properties

No properties.

Methods

No methods.

Events

No events.

Notes

someTokenList.value returns the underlying string and can be set (to change the underlying string).

Attributions