diff options
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api.md b/doc/api.md index 004b52af..ec41f390 100644 --- a/doc/api.md +++ b/doc/api.md @@ -223,6 +223,11 @@ press again -> URL)</td> </tr> <tr> +<td>`showFullAlert()`</td> +<td>Show the last alert inside the line editor.</td> +</tr> + +<tr> <td>`ask(prompt)`</td> <td>Ask the user for confirmation. Returns a promise which resolves to a boolean value indicating whether the user responded with yes.<br> |