close method

void close([
  1. 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.

Implementation

external void close([String returnValue]);