remove method

void remove([
  1. int index
])
override

The HTMLSelectElement.remove() method removes the element at the specified index from the options collection for this select element.

Implementation

external void remove([int index]);