From 89a50c2f8f45a4d5a1bfbc2eb8e29e5836feeccb Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich
@@ -106,9 +116,9 @@
-
@@ -124,17 +134,17 @@
Methods
-
@@ -246,9 +256,9 @@
@@ -274,9 +284,9 @@
@@ -286,15 +296,15 @@
Typedefs
-
@@ -304,63 +314,63 @@
Methods
-
@@ -368,9 +378,9 @@
@@ -386,49 +396,49 @@
Methods
-
@@ -436,9 +446,9 @@
@@ -454,21 +464,21 @@
Methods
-
@@ -476,9 +486,9 @@
@@ -494,85 +504,83 @@
Methods
-
@@ -580,9 +588,9 @@
@@ -598,31 +606,31 @@
Methods
-
@@ -630,9 +638,9 @@
@@ -648,79 +656,79 @@
Methods
-
@@ -728,9 +736,9 @@
@@ -746,15 +754,15 @@
Methods
-
@@ -762,9 +770,9 @@
@@ -774,9 +782,9 @@
Typedefs
-
@@ -786,17 +794,17 @@
Methods
-
@@ -804,9 +812,9 @@
@@ -816,7 +824,7 @@
Typedefs
-
@@ -826,15 +834,15 @@
Methods
-
@@ -842,26 +850,26 @@
Members
-
@@ -1646,9 +1654,9 @@
@@ -1664,17 +1672,17 @@
Methods
-
@@ -1831,7 +1839,7 @@ accessible using the global
L
variable.
L
variable.
L
variable.
L
variable.
Legacy L.Class
class alias. New view code should use 'require baseclass';
+to request the LuCI.baseclass
class.
Legacy L.dom
class alias. New view code should use 'require dom';
+to request the LuCI.dom
class.
Legacy L.Poll
class alias. New view code should use 'require poll';
+to request the LuCI.poll
class.
Legacy L.Request
class alias. New view code should use 'require request';
+to request the LuCI.request
class.
Legacy L.view
class alias. New view code should use 'require view';
+to request the LuCI.view
class.
Issues a GET request to the given url and invokes the specified
callback function. The function is a wrapper around
-Request.request()
.
Request.request()
.
null
, else returns false
.
@@ -3154,7 +3402,7 @@ not null
, else returns false
.
@@ -3311,7 +3559,7 @@ slashes and any of the other characters mentioned above.
@@ -3498,7 +3746,7 @@ slashes and any of the other characters mentioned above.
@@ -3511,7 +3759,7 @@ slashes and any of the other characters mentioned above.
Register a polling HTTP request that invokes the specified
callback function. The function is a wrapper around
-Request.poll.add()
.
Request.poll.add()
.
args
.
Request.poll.add()
. This value can
+Request.poll.add()
. This value can
be passed to Poll.remove()
to remove the
polling request.Issues a POST request to the given url and invokes the specified
callback function. The function is a wrapper around
-Request.request()
. The request is
+Request.request()
. The request is
sent using application/x-www-form-urlencoded
encoding and will
contain a field token
with the current value of LuCI.env.token
by default.
Throws NetworkError
when the underlying LuCI.Request
+
Throws NetworkError
when the underlying LuCI.request
call failed.
null
.
--
cgit v1.2.3