aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.electron/-session
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.electron/-session')
-rw-r--r--api/pl.treksoft.kvision.electron/-session/-init-.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/add-listener.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/allow-n-t-l-m-credentials-for-domains.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/clear-auth-cache.html16
-rw-r--r--api/pl.treksoft.kvision.electron/-session/clear-cache.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/clear-host-resolver-cache.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/clear-storage-data.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/cookies.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/create-interrupted-download.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/default-session.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/disable-network-emulation.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/enable-network-emulation.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/flush-storage-data.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/from-partition.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/get-blob-data.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/get-cache-size.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/get-preloads.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/get-user-agent.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/index.html359
-rw-r--r--api/pl.treksoft.kvision.electron/-session/on.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/once.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/protocol.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/remove-listener.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/resolve-proxy.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/set-certificate-verify-proc.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/set-download-path.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/set-permission-request-handler.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/set-preloads.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/set-proxy.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/set-user-agent.html14
-rw-r--r--api/pl.treksoft.kvision.electron/-session/web-request.html14
31 files changed, 781 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.electron/-session/-init-.html b/api/pl.treksoft.kvision.electron/-session/-init-.html
new file mode 100644
index 00000000..e37a634e
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/-init-.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.<init> - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
+<br/>
+<h1>&lt;init&gt;</h1>
+<a name="pl.treksoft.kvision.electron.Session$&lt;init&gt;()"></a>
+<code><span class="identifier">Session</span><span class="symbol">(</span><span class="symbol">)</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/add-listener.html b/api/pl.treksoft.kvision.electron/-session/add-listener.html
new file mode 100644
index 00000000..ff53fc93
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/add-listener.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.addListener - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./add-listener.html">addListener</a><br/>
+<br/>
+<h1>addListener</h1>
+<a name="pl.treksoft.kvision.electron.Session$addListener(kotlin.String, kotlin.Function3((pl.treksoft.kvision.electron.Event, pl.treksoft.kvision.electron.DownloadItem, pl.treksoft.kvision.electron.WebContents, kotlin.Unit)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$addListener(kotlin.String, kotlin.Function3((pl.treksoft.kvision.electron.Event, pl.treksoft.kvision.electron.DownloadItem, pl.treksoft.kvision.electron.WebContents, kotlin.Unit)))/event">event</span><span class="symbol">:</span>&nbsp;<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="identifier" id="pl.treksoft.kvision.electron.Session$addListener(kotlin.String, kotlin.Function3((pl.treksoft.kvision.electron.Event, pl.treksoft.kvision.electron.DownloadItem, pl.treksoft.kvision.electron.WebContents, kotlin.Unit)))/listener">listener</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><span class="identifier">event</span><span class="symbol">:</span>&nbsp;<a href="../-event/index.html"><span class="identifier">Event</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">item</span><span class="symbol">:</span>&nbsp;<a href="../-download-item/index.html"><span class="identifier">DownloadItem</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">webContents</span><span class="symbol">:</span>&nbsp;<a href="../-web-contents/index.html"><span class="identifier">WebContents</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Session</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/allow-n-t-l-m-credentials-for-domains.html b/api/pl.treksoft.kvision.electron/-session/allow-n-t-l-m-credentials-for-domains.html
new file mode 100644
index 00000000..e991ddbf
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/allow-n-t-l-m-credentials-for-domains.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.allowNTLMCredentialsForDomains - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./allow-n-t-l-m-credentials-for-domains.html">allowNTLMCredentialsForDomains</a><br/>
+<br/>
+<h1>allowNTLMCredentialsForDomains</h1>
+<a name="pl.treksoft.kvision.electron.Session$allowNTLMCredentialsForDomains(kotlin.String)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">allowNTLMCredentialsForDomains</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$allowNTLMCredentialsForDomains(kotlin.String)/domains">domains</span><span class="symbol">:</span>&nbsp;<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/-unit/index.html"><span class="identifier">Unit</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/clear-auth-cache.html b/api/pl.treksoft.kvision.electron/-session/clear-auth-cache.html
new file mode 100644
index 00000000..706e8468
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/clear-auth-cache.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.clearAuthCache - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./clear-auth-cache.html">clearAuthCache</a><br/>
+<br/>
+<h1>clearAuthCache</h1>
+<a name="pl.treksoft.kvision.electron.Session$clearAuthCache(pl.treksoft.kvision.electron.RemovePassword, kotlin.Function((kotlin.Any)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearAuthCache</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearAuthCache(pl.treksoft.kvision.electron.RemovePassword, kotlin.Function((kotlin.Any)))/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-remove-password/index.html"><span class="identifier">RemovePassword</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearAuthCache(pl.treksoft.kvision.electron.RemovePassword, kotlin.Function((kotlin.Any)))/callback">callback</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;definedExternally<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><br/>
+<a name="pl.treksoft.kvision.electron.Session$clearAuthCache(pl.treksoft.kvision.electron.RemoveClientCertificate, kotlin.Function((kotlin.Any)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearAuthCache</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearAuthCache(pl.treksoft.kvision.electron.RemoveClientCertificate, kotlin.Function((kotlin.Any)))/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-remove-client-certificate/index.html"><span class="identifier">RemoveClientCertificate</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearAuthCache(pl.treksoft.kvision.electron.RemoveClientCertificate, kotlin.Function((kotlin.Any)))/callback">callback</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;definedExternally<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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/clear-cache.html b/api/pl.treksoft.kvision.electron/-session/clear-cache.html
new file mode 100644
index 00000000..3ddfb678
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/clear-cache.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.clearCache - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./clear-cache.html">clearCache</a><br/>
+<br/>
+<h1>clearCache</h1>
+<a name="pl.treksoft.kvision.electron.Session$clearCache(kotlin.Function((kotlin.Any)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearCache</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearCache(kotlin.Function((kotlin.Any)))/callback">callback</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/clear-host-resolver-cache.html b/api/pl.treksoft.kvision.electron/-session/clear-host-resolver-cache.html
new file mode 100644
index 00000000..6166cb63
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/clear-host-resolver-cache.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.clearHostResolverCache - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./clear-host-resolver-cache.html">clearHostResolverCache</a><br/>
+<br/>
+<h1>clearHostResolverCache</h1>
+<a name="pl.treksoft.kvision.electron.Session$clearHostResolverCache(kotlin.Function((kotlin.Any)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearHostResolverCache</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearHostResolverCache(kotlin.Function((kotlin.Any)))/callback">callback</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;definedExternally<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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/clear-storage-data.html b/api/pl.treksoft.kvision.electron/-session/clear-storage-data.html
new file mode 100644
index 00000000..6c871536
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/clear-storage-data.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.clearStorageData - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./clear-storage-data.html">clearStorageData</a><br/>
+<br/>
+<h1>clearStorageData</h1>
+<a name="pl.treksoft.kvision.electron.Session$clearStorageData(pl.treksoft.kvision.electron.ClearStorageDataOptions, kotlin.Function((kotlin.Any)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearStorageData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearStorageData(pl.treksoft.kvision.electron.ClearStorageDataOptions, kotlin.Function((kotlin.Any)))/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-clear-storage-data-options/index.html"><span class="identifier">ClearStorageDataOptions</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;definedExternally<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.Session$clearStorageData(pl.treksoft.kvision.electron.ClearStorageDataOptions, kotlin.Function((kotlin.Any)))/callback">callback</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-function/index.html"><span class="identifier">Function</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;definedExternally<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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/cookies.html b/api/pl.treksoft.kvision.electron/-session/cookies.html
new file mode 100644
index 00000000..055ef6c2
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/cookies.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.cookies - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./cookies.html">cookies</a><br/>
+<br/>
+<h1>cookies</h1>
+<a name="pl.treksoft.kvision.electron.Session$cookies"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cookies</span><span class="symbol">: </span><a href="../-cookies/index.html"><span class="identifier">Cookies</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/create-interrupted-download.html b/api/pl.treksoft.kvision.electron/-session/create-interrupted-download.html
new file mode 100644
index 00000000..39d27139
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/create-interrupted-download.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.createInterruptedDownload - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./create-interrupted-download.html">createInterruptedDownload</a><br/>
+<br/>
+<h1>createInterruptedDownload</h1>
+<a name="pl.treksoft.kvision.electron.Session$createInterruptedDownload(pl.treksoft.kvision.electron.CreateInterruptedDownloadOptions)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">createInterruptedDownload</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$createInterruptedDownload(pl.treksoft.kvision.electron.CreateInterruptedDownloadOptions)/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-create-interrupted-download-options/index.html"><span class="identifier">CreateInterruptedDownloadOptions</span></a><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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/default-session.html b/api/pl.treksoft.kvision.electron/-session/default-session.html
new file mode 100644
index 00000000..efc55edf
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/default-session.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.defaultSession - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./default-session.html">defaultSession</a><br/>
+<br/>
+<h1>defaultSession</h1>
+<a name="pl.treksoft.kvision.electron.Session.Companion$defaultSession"></a>
+<code><span class="keyword">var </span><span class="identifier">defaultSession</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Session</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/disable-network-emulation.html b/api/pl.treksoft.kvision.electron/-session/disable-network-emulation.html
new file mode 100644
index 00000000..57584c8c
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/disable-network-emulation.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.disableNetworkEmulation - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./disable-network-emulation.html">disableNetworkEmulation</a><br/>
+<br/>
+<h1>disableNetworkEmulation</h1>
+<a name="pl.treksoft.kvision.electron.Session$disableNetworkEmulation()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">disableNetworkEmulation</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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/enable-network-emulation.html b/api/pl.treksoft.kvision.electron/-session/enable-network-emulation.html
new file mode 100644
index 00000000..1b58bb70
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/enable-network-emulation.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.enableNetworkEmulation - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./enable-network-emulation.html">enableNetworkEmulation</a><br/>
+<br/>
+<h1>enableNetworkEmulation</h1>
+<a name="pl.treksoft.kvision.electron.Session$enableNetworkEmulation(pl.treksoft.kvision.electron.EnableNetworkEmulationOptions)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">enableNetworkEmulation</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$enableNetworkEmulation(pl.treksoft.kvision.electron.EnableNetworkEmulationOptions)/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-enable-network-emulation-options/index.html"><span class="identifier">EnableNetworkEmulationOptions</span></a><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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/flush-storage-data.html b/api/pl.treksoft.kvision.electron/-session/flush-storage-data.html
new file mode 100644
index 00000000..24f7c1bc
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/flush-storage-data.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.flushStorageData - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./flush-storage-data.html">flushStorageData</a><br/>
+<br/>
+<h1>flushStorageData</h1>
+<a name="pl.treksoft.kvision.electron.Session$flushStorageData()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">flushStorageData</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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/from-partition.html b/api/pl.treksoft.kvision.electron/-session/from-partition.html
new file mode 100644
index 00000000..d110bcef
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/from-partition.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.fromPartition - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./from-partition.html">fromPartition</a><br/>
+<br/>
+<h1>fromPartition</h1>
+<a name="pl.treksoft.kvision.electron.Session.Companion$fromPartition(kotlin.String, pl.treksoft.kvision.electron.FromPartitionOptions)"></a>
+<code><span class="keyword">fun </span><span class="identifier">fromPartition</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session.Companion$fromPartition(kotlin.String, pl.treksoft.kvision.electron.FromPartitionOptions)/partition">partition</span><span class="symbol">:</span>&nbsp;<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="identifier" id="pl.treksoft.kvision.electron.Session.Companion$fromPartition(kotlin.String, pl.treksoft.kvision.electron.FromPartitionOptions)/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-from-partition-options/index.html"><span class="identifier">FromPartitionOptions</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;definedExternally<span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Session</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/get-blob-data.html b/api/pl.treksoft.kvision.electron/-session/get-blob-data.html
new file mode 100644
index 00000000..c9a8c487
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/get-blob-data.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.getBlobData - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./get-blob-data.html">getBlobData</a><br/>
+<br/>
+<h1>getBlobData</h1>
+<a name="pl.treksoft.kvision.electron.Session$getBlobData(kotlin.String, kotlin.Function1((, kotlin.Unit)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getBlobData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$getBlobData(kotlin.String, kotlin.Function1((, kotlin.Unit)))/identifier">identifier</span><span class="symbol">:</span>&nbsp;<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="identifier" id="pl.treksoft.kvision.electron.Session$getBlobData(kotlin.String, kotlin.Function1((, kotlin.Unit)))/callback">callback</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/get-cache-size.html b/api/pl.treksoft.kvision.electron/-session/get-cache-size.html
new file mode 100644
index 00000000..80019769
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/get-cache-size.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.getCacheSize - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./get-cache-size.html">getCacheSize</a><br/>
+<br/>
+<h1>getCacheSize</h1>
+<a name="pl.treksoft.kvision.electron.Session$getCacheSize(kotlin.Function1((kotlin.Number, kotlin.Unit)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getCacheSize</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Session$getCacheSize(kotlin.Function1((kotlin.Number, kotlin.Unit)))/callback">callback</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><span class="identifier">size</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><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>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/get-preloads.html b/api/pl.treksoft.kvision.electron/-session/get-preloads.html
new file mode 100644
index 00000000..08a899cd
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/get-preloads.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.getPreloads - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./get-preloads.html">getPreloads</a><br/>
+<br/>
+<h1>getPreloads</h1>
+<a name="pl.treksoft.kvision.electron.Session$getPreloads()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getPreloads</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.electron/-session/get-user-agent.html b/api/pl.treksoft.kvision.electron/-session/get-user-agent.html
new file mode 100644
index 00000000..9b2babb8
--- /dev/null
+++ b/api/pl.treksoft.kvision.electron/-session/get-user-agent.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Session.getUserAgent - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">Session</a>&nbsp;/&nbsp;<a href="./get-user-agent.html">getUserAgent</a><br/>
+<br/>
+<h1>getUserAgent&l