summaryrefslogtreecommitdiff
path: root/api/jsapi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r--api/jsapi.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/api/jsapi.txt b/api/jsapi.txt
index c466f3c5..79921175 100644
--- a/api/jsapi.txt
+++ b/api/jsapi.txt
@@ -1635,7 +1635,7 @@ _steps_;; Number of steps, pass a negative value to go back in history
Boolean wv.loadUri(String uri, [Function callback])
----
-Load an uri in a webview.
+Loads an uri in a webview.
::
@@ -1660,6 +1660,18 @@ Reload a webview
****
[float]
+==== *stopLoading()* ====
+
+[source,javascript]
+----
+void wv.stopLoading(void)
+----
+
+Stops any ongoing loading.
+****
+
+****
+[float]
==== *toPng()* ====
[source,javascript]