close method
The close()
method of the HTMLDialogElement interface closes the
dialog
.
An optional string may be passed as an argument, updating the
returnValue
of the dialog.
Implementation
external void close([String returnValue]);
The close()
method of the HTMLDialogElement interface closes the
dialog
.
An optional string may be passed as an argument, updating the
returnValue
of the dialog.
external void close([String returnValue]);