diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.remote/get-web-socket-url.html')
-rw-r--r-- | api1/pl.treksoft.kvision.remote/get-web-socket-url.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.remote/get-web-socket-url.html b/api1/pl.treksoft.kvision.remote/get-web-socket-url.html new file mode 100644 index 00000000..b69cc662 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/get-web-socket-url.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>getWebSocketUrl - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="index.html">pl.treksoft.kvision.remote</a> / <a href="./get-web-socket-url.html">getWebSocketUrl</a><br/> +<br/> +<h1>getWebSocketUrl</h1> +<a name="pl.treksoft.kvision.remote$getWebSocketUrl(kotlin.String)"></a> +<code><span class="keyword">fun </span><span class="identifier">getWebSocketUrl</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote$getWebSocketUrl(kotlin.String)/url">url</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +<p>Creates a websocket URL from current window.location and given path.</p> +</BODY> +</HTML> |