mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibWeb: Implement HTMLDialogElement::show()
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
String return_value() const;
|
||||
void set_return_value(String);
|
||||
|
||||
void show();
|
||||
WebIDL::ExceptionOr<void> show();
|
||||
void show_modal();
|
||||
void close(Optional<String> return_value);
|
||||
|
||||
@@ -35,6 +35,8 @@ private:
|
||||
|
||||
void close_the_dialog(Optional<String> result);
|
||||
|
||||
void run_dialog_focusing_steps();
|
||||
|
||||
String m_return_value;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user