mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Add select and options collection remove method
This commit is contained in:
committed by
Andreas Kling
parent
5decf4b33c
commit
7372c01786
@@ -8,6 +8,6 @@ interface HTMLOptionsCollection : HTMLCollection {
|
||||
[CEReactions] attribute unsigned long length; // shadows inherited length
|
||||
// [CEReactions] setter undefined (unsigned long index, HTMLOptionElement? option);
|
||||
[CEReactions] undefined add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
||||
// [CEReactions] undefined remove(long index);
|
||||
[CEReactions] undefined remove(long index);
|
||||
attribute long selectedIndex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user