diff options
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> |