Skip to content

Commit 09abc62

Browse files
committed
[docs] Bump
1 parent 2bbcc2f commit 09abc62

File tree

573 files changed

+588
-588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

573 files changed

+588
-588
lines changed

docs/api/all.html

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<nav><ul><li><a href="/">TinyBase</a></li><li><a href="/api/">API</a></li><li><a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a></li></ul></nav><section class="s1" id="/api/persister-partykit-server/" data-id="p9"><h1><code>persister-partykit-server</code></h1><p>The <code>persister-partykit-server</code> module of the <a href="/">TinyBase</a> project contains the server portion of the PartyKit integration.</p><p>It contains a class which, when run in a PartyKit server environment, lets you save and load <a href="/api/store/interfaces/store/store/"><code>Store</code></a> data from a client (that is using the complementary <a href="/api/persister-partykit-client/"><code>persister-partykit-client</code></a> module) to durable PartyKit cloud storage.</p><p>This enables synchronization of the same <a href="/api/store/interfaces/store/store/"><code>Store</code></a> across multiple clients in a PartyKit party room.</p><p>Note that both the client and server parts of this <a href="/api/persisters/interfaces/persister/persister/"><code>Persister</code></a> are currently experimental as PartyKit is new and still maturing.</p><section class="s2"><h2>See also</h2><p><a href="/guides/schemas-and-persistence/persisting-data/">Persisting Data</a> guide</p><p><a href="/demos/todo-app/todo-app-v6-collaboration/">Todo App v6 (collaboration)</a> demo</p></section><section class="s2"><h2>Since</h2><p>4.3.0</p></section><section class="s2" id="/api/persister-partykit-server/classes/" data-id="p9/C39"><h2><a href="/api/persister-partykit-server/classes/">Classes</a></h2><p>There is one class, <a href="/api/persister-partykit-server/classes/creation/tinybasepartykitserver/"><code>TinyBasePartyKitServer</code></a>, within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><ul><li><a href="/api/persister-partykit-server/classes/creation/tinybasepartykitserver/"><code>TinyBasePartyKitServer</code></a></li></ul></section><section class="s2" id="/api/persister-partykit-server/functions/" data-id="p9/F16"><h2><a href="/api/persister-partykit-server/functions/">Functions</a></h2><p>These are the functions within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><ul><li><a href="/api/persister-partykit-server/functions/other/hasstoreinstorage/"><code>hasStoreInStorage</code></a></li><li><a href="/api/persister-partykit-server/functions/other/loadstorefromstorage/"><code>loadStoreFromStorage</code></a></li></ul></section><section class="s2" id="/api/persister-partykit-server/type-aliases/" data-id="p9/TA17"><h2><a href="/api/persister-partykit-server/type-aliases/">Type Aliases</a></h2><p>There is one type alias, <a href="/api/persister-partykit-server/type-aliases/configuration/tinybasepartykitserverconfig/"><code>TinyBasePartyKitServerConfig</code></a>, within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><ul><li><a href="/api/persister-partykit-server/type-aliases/configuration/tinybasepartykitserverconfig/"><code>TinyBasePartyKitServerConfig</code></a></li></ul></section></section>
1+
<nav><ul><li><a href="/">TinyBase</a></li><li><a href="/api/">API</a></li><li><a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a></li></ul></nav><section class="s1" id="/api/persister-partykit-server/" data-id="p9"><h1><code>persister-partykit-server</code></h1><p>The <code>persister-partykit-server</code> module of the <a href="/">TinyBase</a> project contains the server portion of the PartyKit integration.</p><p>It contains a class which, when run in a PartyKit server environment, lets you save and load <a href="/api/store/interfaces/store/store/"><code>Store</code></a> data from a client (that is using the complementary <a href="/api/persister-partykit-client/"><code>persister-partykit-client</code></a> module) to durable PartyKit cloud storage.</p><p>This enables synchronization of the same <a href="/api/store/interfaces/store/store/"><code>Store</code></a> across multiple clients in a PartyKit party room.</p><p>Note that both the client and server parts of this <a href="/api/persisters/interfaces/persister/persister/"><code>Persister</code></a> are currently experimental as PartyKit is new and still maturing.</p><section class="s2"><h2>See also</h2><p><a href="/guides/schemas-and-persistence/persisting-data/">Persisting Data</a> guide</p><p><a href="/demos/todo-app/todo-app-v6-collaboration/">Todo App v6 (collaboration)</a> demo</p></section><section class="s2"><h2>Since</h2><p>4.3.0</p></section><section class="s2" id="/api/persister-partykit-server/classes/" data-id="p9/C39"><h2><a href="/api/persister-partykit-server/classes/">Classes</a></h2><p>There is one class, <a href="/api/persister-partykit-server/classes/creation/tinybasepartykitserver/"><code>TinyBasePartyKitServer</code></a>, within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><ul><li><a href="/api/persister-partykit-server/classes/creation/tinybasepartykitserver/"><code>TinyBasePartyKitServer</code></a></li></ul></section><section class="s2" id="/api/persister-partykit-server/functions/" data-id="p9/F16"><h2><a href="/api/persister-partykit-server/functions/">Functions</a></h2><p>These are the functions within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><ul><li><a href="/api/persister-partykit-server/functions/storage/hasstoreinstorage/"><code>hasStoreInStorage</code></a></li><li><a href="/api/persister-partykit-server/functions/storage/loadstorefromstorage/"><code>loadStoreFromStorage</code></a></li></ul></section><section class="s2" id="/api/persister-partykit-server/type-aliases/" data-id="p9/TA17"><h2><a href="/api/persister-partykit-server/type-aliases/">Type Aliases</a></h2><p>There is one type alias, <a href="/api/persister-partykit-server/type-aliases/configuration/tinybasepartykitserverconfig/"><code>TinyBasePartyKitServerConfig</code></a>, within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><ul><li><a href="/api/persister-partykit-server/type-aliases/configuration/tinybasepartykitserverconfig/"><code>TinyBasePartyKitServerConfig</code></a></li></ul></section></section>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<nav><ul><li><a href="/">TinyBase</a></li><li><a href="/api/">API</a></li><li><a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a></li><li><a href="/api/persister-partykit-server/functions/">Functions</a></li></ul></nav><section class="s1" id="/api/persister-partykit-server/functions/" data-id="p9/F16"><h1>Functions</h1><p>These are the functions within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><section class="s2" id="/api/persister-partykit-server/functions/other/hasstoreinstorage/" data-id="hSIS"><h2><a href="/api/persister-partykit-server/functions/other/hasstoreinstorage/"><code>hasStoreInStorage</code></a></h2><p>The <code>hasStoreInStorage</code> function returns a boolean indicating whether durable PartyKit storage contains a serialized <a href="/api/store/interfaces/store/store/"><code>Store</code></a>.</p></section><section class="s2" id="/api/persister-partykit-server/functions/other/loadstorefromstorage/" data-id="lSFS"><h2><a href="/api/persister-partykit-server/functions/other/loadstorefromstorage/"><code>loadStoreFromStorage</code></a></h2><p>The <code>loadStoreFromStorage</code> function returns the content of a <a href="/api/store/interfaces/store/store/"><code>Store</code></a> from durable PartyKit storage.</p></section></section>
1+
<nav><ul><li><a href="/">TinyBase</a></li><li><a href="/api/">API</a></li><li><a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a></li><li><a href="/api/persister-partykit-server/functions/">Functions</a></li></ul></nav><section class="s1" id="/api/persister-partykit-server/functions/" data-id="p9/F16"><h1>Functions</h1><p>These are the functions within the <a href="/api/persister-partykit-server/"><code>persister-partykit-server</code></a> module.</p><section class="s2" id="/api/persister-partykit-server/functions/storage/hasstoreinstorage/" data-id="hSIS"><h2><a href="/api/persister-partykit-server/functions/storage/hasstoreinstorage/"><code>hasStoreInStorage</code></a></h2><p>The <code>hasStoreInStorage</code> function returns a boolean indicating whether durable PartyKit storage contains a serialized <a href="/api/store/interfaces/store/store/"><code>Store</code></a>.</p></section><section class="s2" id="/api/persister-partykit-server/functions/storage/loadstorefromstorage/" data-id="lSFS"><h2><a href="/api/persister-partykit-server/functions/storage/loadstorefromstorage/"><code>loadStoreFromStorage</code></a></h2><p>The <code>loadStoreFromStorage</code> function returns the content of a <a href="/api/store/interfaces/store/store/"><code>Store</code></a> from durable PartyKit storage.</p></section></section>

0 commit comments

Comments
 (0)