Constructor
new UnexpectedAlertOpenError(opt_erroropt, opt_textopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_error | string | <optional> | the error message, if any. |
opt_text | string | <optional> | the text of the open dialog, if available. |
- Source
Methods
getAlertText() → {string|undefined}
- Source
Returns:
The text displayed with the unhandled alert, if available.
- Type:
- string |
undefined