diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-02-12 11:57:10 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-02-12 11:59:41 +0100 |
commit | 1e3f74211ed0c9f5e91bcd95f2ac52ee77f7d947 (patch) | |
tree | 1ee75abfbc6e50097b764631720853bf8b48dc3d /docs/jsapi/LuCI.Response.html | |
parent | dc60aaeb77575bc261331ba1ea288d18c330f160 (diff) |
docs: update JS api docs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'docs/jsapi/LuCI.Response.html')
-rw-r--r-- | docs/jsapi/LuCI.Response.html | 118 |
1 files changed, 113 insertions, 5 deletions
diff --git a/docs/jsapi/LuCI.Response.html b/docs/jsapi/LuCI.Response.html index f5b3fdf42..5627139ec 100644 --- a/docs/jsapi/LuCI.Response.html +++ b/docs/jsapi/LuCI.Response.html @@ -74,6 +74,8 @@ <li data-name="LuCI#location"><a href="LuCI.html#location">location</a></li> + <li data-name="LuCI#media"><a href="LuCI.html#media">media</a></li> + <li data-name="LuCI#path"><a href="LuCI.html#path">path</a></li> <li data-name="LuCI#poll"><a href="LuCI.html#poll">poll</a></li> @@ -220,12 +222,16 @@ <li data-name="LuCI.fs#exec"><a href="LuCI.fs.html#exec">exec</a></li> + <li data-name="LuCI.fs#exec_direct"><a href="LuCI.fs.html#exec_direct">exec_direct</a></li> + <li data-name="LuCI.fs#lines"><a href="LuCI.fs.html#lines">lines</a></li> <li data-name="LuCI.fs#list"><a href="LuCI.fs.html#list">list</a></li> <li data-name="LuCI.fs#read"><a href="LuCI.fs.html#read">read</a></li> + <li data-name="LuCI.fs#read_direct"><a href="LuCI.fs.html#read_direct">read_direct</a></li> + <li data-name="LuCI.fs#remove"><a href="LuCI.fs.html#remove">remove</a></li> <li data-name="LuCI.fs#stat"><a href="LuCI.fs.html#stat">stat</a></li> @@ -864,6 +870,8 @@ <span class="subtitle">Methods</span> + <li data-name="LuCI.Response#blob"><a href="LuCI.Response.html#blob">blob</a></li> + <li data-name="LuCI.Response#clone"><a href="LuCI.Response.html#clone">clone</a></li> <li data-name="LuCI.Response#json"><a href="LuCI.Response.html#json">json</a></li> @@ -1102,7 +1110,7 @@ <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line377">line 377</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line392">line 392</a> </div> </div> @@ -1454,6 +1462,106 @@ <dt> <div class="nameContainer"> + <h4 class="name" id="blob"> + + blob<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Blob}</span> + </h4> + + + <div class="tag-source"> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line546">line 546</a> + </div> + + </div> + + +</dt> +<dd> + + + <div class="description"> + <p>Access the response content as blob.</p> + </div> + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + <h5>Returns:</h5> + + + +<table class="params"> + <thead> + <tr> + + <th>Type</th> + <th class="last">Description</th> + </tr> + </thead> + <tbody> + + <tr> + + <td class="type"> + + Blob + + + </td> + <td class="description last">The response content as blob.</td> + </tr> + + </tbody> +</table> + + + + +</dd> + + + +<dt> + <div class="nameContainer"> <h4 class="name" id="clone"> clone<span class="signature">(<span class="optional">content</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="LuCI.Response.html">LuCI.Response</a>}</span> @@ -1461,7 +1569,7 @@ <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line465">line 465</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line495">line 495</a> </div> </div> @@ -1616,7 +1724,7 @@ using <code>String()</code> and treated as response text.</p></td> <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line486">line 486</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line516">line 516</a> </div> </div> @@ -1743,7 +1851,7 @@ using <code>String()</code> and treated as response text.</p></td> <div class="tag-source"> - <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line501">line 501</a> + <a href="luci.js.html">luci.js</a>, <a href="luci.js.html#line531">line 531</a> </div> </div> @@ -1851,7 +1959,7 @@ using <code>String()</code> and treated as response text.</p></td> <footer> - Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 07 2019 12:36:06 GMT+0100 (Central European Standard Time) + Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Feb 12 2020 11:56:59 GMT+0100 (Central European Standard Time) </footer> </div> </div> |