mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Implement HTMLDialogElement::close() for non-modal dialogs
This commit is contained in:
@@ -33,6 +33,8 @@ private:
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
void close_the_dialog(Optional<String> result);
|
||||
|
||||
String m_return_value;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user