pub fn select_options_remove( it: &mut Interp, this: Value, a: &[Value], ) -> Result<Value, Value>
select.options.remove(index)(HTMLOptionsCollection。上記 add と対に なる、指定インデックスの <option> を取り除く定番メソッド)。
select.options.remove(index)
HTMLOptionsCollection
add
<option>