mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-07 14:46:37 +00:00
docs(api): add missing param to store ready event
This commit is contained in:
parent
a4eb5e1c60
commit
b35e0f67b1
2
API.md
2
API.md
@ -535,7 +535,7 @@ Emitted while loading the local database, once for each entry. *dbname* is the n
|
|||||||
|
|
||||||
#### `ready`
|
#### `ready`
|
||||||
```javascript
|
```javascript
|
||||||
db.events.on('ready', (dbname) => ... )
|
db.events.on('ready', (dbname, heads) => ... )
|
||||||
```
|
```
|
||||||
|
|
||||||
Emitted after fully loading the local database.
|
Emitted after fully loading the local database.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user