diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.electron/-did-get-response-details-event')
9 files changed, 254 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/headers.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/headers.html new file mode 100644 index 00000000..44bd0265 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/headers.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.headers - 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">DidGetResponseDetailsEvent</a> / <a href="./headers.html">headers</a><br/> +<br/> +<h1>headers</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$headers"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">headers</span><span class="symbol">: </span><a href="../-headers.html"><span class="identifier">Headers</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/http-response-code.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/http-response-code.html new file mode 100644 index 00000000..d83660db --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/http-response-code.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.httpResponseCode - 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">DidGetResponseDetailsEvent</a> / <a href="./http-response-code.html">httpResponseCode</a><br/> +<br/> +<h1>httpResponseCode</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$httpResponseCode"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">httpResponseCode</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/-did-get-response-details-event/index.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/index.html new file mode 100644 index 00000000..2ae5b4cf --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/index.html @@ -0,0 +1,142 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent - 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">DidGetResponseDetailsEvent</a><br/> +<br/> +<h1>DidGetResponseDetailsEvent</h1> +<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">DidGetResponseDetailsEvent</span> <span class="symbol">:</span> <a href="../-event/index.html"><span class="identifier">Event</span></a></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="headers.html">headers</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">headers</span><span class="symbol">: </span><a href="../-headers.html"><span class="identifier">Headers</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="http-response-code.html">httpResponseCode</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">httpResponseCode</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="new-u-r-l.html">newURL</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">newURL</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="original-u-r-l.html">originalURL</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">originalURL</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="referrer.html">referrer</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">referrer</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="request-method.html">requestMethod</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">requestMethod</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="status.html">status</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">status</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> +</tbody> +</table> +<h3>Inherited Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-event/alt-key.html">altKey</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">altKey</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></code></td> +</tr> +<tr> +<td> +<p><a href="../-event/ctrl-key.html">ctrlKey</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">ctrlKey</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></code></td> +</tr> +<tr> +<td> +<p><a href="../-event/meta-key.html">metaKey</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">metaKey</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></code></td> +</tr> +<tr> +<td> +<p><a href="../-event/prevent-default.html">preventDefault</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">preventDefault</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="../-event/return-value.html">returnValue</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">returnValue</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="../-event/sender.html">sender</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">sender</span><span class="symbol">: </span><a href="../-web-contents/index.html"><span class="identifier">WebContents</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="../-event/shift-key.html">shiftKey</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">shiftKey</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></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/-did-get-response-details-event/new-u-r-l.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/new-u-r-l.html new file mode 100644 index 00000000..f4695a73 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/new-u-r-l.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.newURL - 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">DidGetResponseDetailsEvent</a> / <a href="./new-u-r-l.html">newURL</a><br/> +<br/> +<h1>newURL</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$newURL"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">newURL</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/-did-get-response-details-event/original-u-r-l.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/original-u-r-l.html new file mode 100644 index 00000000..275ca678 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/original-u-r-l.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.originalURL - 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">DidGetResponseDetailsEvent</a> / <a href="./original-u-r-l.html">originalURL</a><br/> +<br/> +<h1>originalURL</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$originalURL"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">originalURL</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/-did-get-response-details-event/referrer.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/referrer.html new file mode 100644 index 00000000..18d49187 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/referrer.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.referrer - 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">DidGetResponseDetailsEvent</a> / <a href="./referrer.html">referrer</a><br/> +<br/> +<h1>referrer</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$referrer"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">referrer</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/-did-get-response-details-event/request-method.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/request-method.html new file mode 100644 index 00000000..f18d2523 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/request-method.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.requestMethod - 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">DidGetResponseDetailsEvent</a> / <a href="./request-method.html">requestMethod</a><br/> +<br/> +<h1>requestMethod</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$requestMethod"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">requestMethod</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/-did-get-response-details-event/resource-type.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/resource-type.html new file mode 100644 index 00000000..8fe183ae --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/resource-type.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.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">DidGetResponseDetailsEvent</a> / <a href="./resource-type.html">resourceType</a><br/> +<br/> +<h1>resourceType</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$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/-did-get-response-details-event/status.html b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/status.html new file mode 100644 index 00000000..74b58af3 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-did-get-response-details-event/status.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DidGetResponseDetailsEvent.status - 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">DidGetResponseDetailsEvent</a> / <a href="./status.html">status</a><br/> +<br/> +<h1>status</h1> +<a name="pl.treksoft.kvision.electron.DidGetResponseDetailsEvent$status"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">status</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> |