This commit is contained in:
Hans Pagel 2021-05-15 11:06:26 +02:00 committed by GitHub
parent 7835c498a9
commit cae7c9757d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ wsOpts = {
<b><code>wsProvider.bcconnected: boolean</code></b> <b><code>wsProvider.bcconnected: boolean</code></b>
<dd>True if this instance is currently communicating to other browser-windows via BroadcastChannel.</dd> <dd>True if this instance is currently communicating to other browser-windows via BroadcastChannel.</dd>
<b><code>wsProvider.synced: boolean</code></b> <b><code>wsProvider.synced: boolean</code></b>
<dd>True if this instance is currently connected and synced with the server./dd> <dd>True if this instance is currently connected and synced with the server.</dd>
<b><code>wsProvider.disconnect()</code></b> <b><code>wsProvider.disconnect()</code></b>
<dd>Disconnect from the server and don't try to reconnect.</dd> <dd>Disconnect from the server and don't try to reconnect.</dd>
<b><code>wsProvider.connect()</code></b> <b><code>wsProvider.connect()</code></b>