mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibWeb: Implement dialog.requestClose()
This commit is contained in:
committed by
Andrew Kaster
parent
b056e27afd
commit
dd37d1c536
@@ -12,6 +12,6 @@ interface HTMLDialogElement : HTMLElement {
|
||||
[CEReactions] undefined show();
|
||||
[CEReactions] undefined showModal();
|
||||
[CEReactions] undefined close(optional DOMString returnValue);
|
||||
[FIXME, CEReactions] undefined requestClose(optional DOMString returnValue);
|
||||
[CEReactions] undefined requestClose(optional DOMString returnValue);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user