diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-05-21 00:13:50 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-05-21 00:13:50 +0200 |
commit | bfd5aa358e141d6c86d476d8bb66b104a80a3b96 (patch) | |
tree | ef6207d4c4739350637a54fe9263b7ade2a8b51b /api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html | |
parent | 7dd4af03244265ce1bc8aa00440fec19ce978264 (diff) | |
download | kvision-gh-pages.tar.gz kvision-gh-pages.tar.bz2 kvision-gh-pages.zip |
API documentation for KVision 3.10.0gh-pages
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html index 1a08a983..e6a95535 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-remote-agent/index.html @@ -20,7 +20,7 @@ </td> <td> <p>Client side agent for JSON-RPC remote calls.</p> -<code><span class="identifier">KVRemoteAgent</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVRemoteAgent$<init>(pl.treksoft.kvision.remote.KVServiceMgr((pl.treksoft.kvision.remote.KVRemoteAgent.T)))/serviceManager">serviceManager</span><span class="symbol">:</span> <a href="../-k-v-service-mgr/index.html"><span class="identifier">KVServiceMgr</span></a><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span><span class="symbol">)</span></code></td> +<code><span class="identifier">KVRemoteAgent</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.KVRemoteAgent$<init>(pl.treksoft.kvision.remote.KVServiceMgr((pl.treksoft.kvision.remote.KVRemoteAgent.T)), kotlin.Function2((pl.treksoft.jquery.JQueryXHR, pl.treksoft.jquery.JQueryAjaxSettings, kotlin.Boolean)))/serviceManager">serviceManager</span><span class="symbol">:</span> <a href="../-k-v-service-mgr/index.html"><span class="identifier">KVServiceMgr</span></a><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.KVRemoteAgent$<init>(pl.treksoft.kvision.remote.KVServiceMgr((pl.treksoft.kvision.remote.KVRemoteAgent.T)), kotlin.Function2((pl.treksoft.jquery.JQueryXHR, pl.treksoft.jquery.JQueryAjaxSettings, kotlin.Boolean)))/beforeSend">beforeSend</span><span class="symbol">:</span> <span class="symbol">(</span><span class="symbol">(</span><span class="identifier">JQueryXHR</span><span class="symbol">,</span> <span class="identifier">JQueryAjaxSettings</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">)</span><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span></code></td> </tr> </tbody> </table> @@ -30,6 +30,14 @@ <tr> <td> (js) +<h4><a href="before-send.html">beforeSend</a></h4> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">beforeSend</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">JQueryXHR</span><span class="symbol">,</span> <span class="identifier">JQueryAjaxSettings</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +(js) <h4><a href="call-agent.html">callAgent</a></h4> </td> <td> |