We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6084e84 + 9d351df commit 124ae63Copy full SHA for 124ae63
README.md
@@ -37,8 +37,8 @@ that is used as the room-name in the connection provider.
37
<b><code>provider.on('synced', function(idbPersistence: IndexeddbPersistence))</code></b>
38
<dd>
39
The "synced" event is fired when the connection to the database has been established
40
-and all available content has been loaded. The event is also fired when no content
41
-is available yet.
+and all available content has been loaded. The event is also fired if no content
+is found for the given doc name.
42
</dd>
43
<b><code>provider.set(key: any, value: any): Promise<any></code></b>
44
0 commit comments