mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibWeb: Add select and options collection remove method
This commit is contained in:
committed by
Andreas Kling
parent
5decf4b33c
commit
7372c01786
@@ -28,6 +28,8 @@ public:
|
||||
|
||||
WebIDL::ExceptionOr<void> add(HTMLOptionOrOptGroupElement element, Optional<HTMLElementOrElementIndex> before = {});
|
||||
|
||||
void remove(WebIDL::Long);
|
||||
|
||||
WebIDL::Long selected_index() const;
|
||||
void set_selected_index(WebIDL::Long);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user