mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Add select and options collection remove method
This commit is contained in:
committed by
Andreas Kling
parent
5decf4b33c
commit
7372c01786
Notes:
sideshowbarker
2024-07-17 14:36:19 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/7372c01786 Pull-request: https://github.com/SerenityOS/serenity/pull/23895 Reviewed-by: https://github.com/shannonbooth
@@ -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