mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Implements HTMLDialogElement#close
This commit is contained in:
@@ -8,5 +8,5 @@ interface HTMLDialogElement : HTMLElement {
|
||||
attribute DOMString returnValue;
|
||||
//void show(optional (MouseEvent or Element) anchor);
|
||||
//void showModal(optional (MouseEvent or Element) anchor);
|
||||
//void close(optional DOMString returnValue);
|
||||
void close(optional DOMString returnValue);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user