remove method

void remove(
  1. String tokens
)

The remove() method of the DOMTokenList interface removes the specified tokens from the list.

Implementation

external void remove(String tokens);