diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.electron/-on-response-started-details')
11 files changed, 242 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/from-cache.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/from-cache.html new file mode 100644 index 00000000..ad2244e8 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/from-cache.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.fromCache - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./from-cache.html">fromCache</a><br/> +<br/> +<h1>fromCache</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$fromCache"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">fromCache</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/id.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/id.html new file mode 100644 index 00000000..566faad9 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/id.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.id - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./id.html">id</a><br/> +<br/> +<h1>id</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$id"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/index.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/index.html new file mode 100644 index 00000000..38a89dac --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/index.html @@ -0,0 +1,102 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="./index.html">OnResponseStartedDetails</a><br/> +<br/> +<h1>OnResponseStartedDetails</h1> +<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">OnResponseStartedDetails</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="from-cache.html">fromCache</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">fromCache</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="id.html">id</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="method.html">method</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">method</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></td> +</tr> +<tr> +<td> +<p><a href="resource-type.html">resourceType</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">resourceType</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></td> +</tr> +<tr> +<td> +<p><a href="response-headers.html">responseHeaders</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">responseHeaders</span><span class="symbol">: </span><a href="../-response-headers.html"><span class="identifier">ResponseHeaders</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="status-code.html">statusCode</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">statusCode</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="status-line.html">statusLine</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">statusLine</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></td> +</tr> +<tr> +<td> +<p><a href="timestamp.html">timestamp</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">timestamp</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="url.html">url</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">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></code></td> +</tr> +<tr> +<td> +<p><a href="web-contents-id.html">webContentsId</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">webContentsId</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td> +</tr> +</tbody> +</table> +<h3>Extension Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code> +<p>Helper function for creating JavaScript objects from dynamic constructors.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/method.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/method.html new file mode 100644 index 00000000..ee49852a --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/method.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.method - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./method.html">method</a><br/> +<br/> +<h1>method</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$method"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">method</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> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/resource-type.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/resource-type.html new file mode 100644 index 00000000..60cfc21b --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/resource-type.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.resourceType - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./resource-type.html">resourceType</a><br/> +<br/> +<h1>resourceType</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$resourceType"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">resourceType</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> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/response-headers.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/response-headers.html new file mode 100644 index 00000000..42f6104a --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/response-headers.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.responseHeaders - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./response-headers.html">responseHeaders</a><br/> +<br/> +<h1>responseHeaders</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$responseHeaders"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">responseHeaders</span><span class="symbol">: </span><a href="../-response-headers.html"><span class="identifier">ResponseHeaders</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/status-code.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/status-code.html new file mode 100644 index 00000000..7a635bfa --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/status-code.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.statusCode - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./status-code.html">statusCode</a><br/> +<br/> +<h1>statusCode</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$statusCode"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">statusCode</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/status-line.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/status-line.html new file mode 100644 index 00000000..294edfe3 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/status-line.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.statusLine - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./status-line.html">statusLine</a><br/> +<br/> +<h1>statusLine</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$statusLine"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">statusLine</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> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/timestamp.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/timestamp.html new file mode 100644 index 00000000..78faa52b --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/timestamp.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.timestamp - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./timestamp.html">timestamp</a><br/> +<br/> +<h1>timestamp</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$timestamp"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">timestamp</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/url.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/url.html new file mode 100644 index 00000000..a07b4390 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/url.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.url - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./url.html">url</a><br/> +<br/> +<h1>url</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$url"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">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></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-on-response-started-details/web-contents-id.html b/api1/pl.treksoft.kvision.electron/-on-response-started-details/web-contents-id.html new file mode 100644 index 00000000..06eb8603 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-on-response-started-details/web-contents-id.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>OnResponseStartedDetails.webContentsId - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">OnResponseStartedDetails</a> / <a href="./web-contents-id.html">webContentsId</a><br/> +<br/> +<h1>webContentsId</h1> +<a name="pl.treksoft.kvision.electron.OnResponseStartedDetails$webContentsId"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">webContentsId</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> |