Dom.Alert - boxgaming/qbjs GitHub Wiki
Instructs the browser to display a dialog with an optional message, and to wait until the user dismisses the dialog.
Syntax
Dom.Alert [message$]
Parameters
- The optional message$ parameter specifies the text to display in the dialog.