mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibWeb: Implement HTMLOptionsCollection.add()
This commit is contained in:
parent
5133491714
commit
ff9856a214
3 changed files with 51 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
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 add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
||||
// [CEReactions] undefined remove(long index);
|
||||
// attribute long selectedIndex;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue