mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Specified default behaviour
Described default behaviour as: - Chronological - From earliest to last
This commit is contained in:
parent
ef55777dd2
commit
480ce576c8
4
API.md
4
API.md
@ -272,6 +272,10 @@ Returns an `Object` with the contents of the entry.
|
||||
|
||||
Returns an `Array` of `Objects` based on the `options`.
|
||||
|
||||
By default the Array is sorted in chronological order,
|
||||
such that the element at index 0 is the first element and
|
||||
the element at the last element is the last element in the Feed.
|
||||
|
||||
**options** : It is an object which supports the following properties
|
||||
|
||||
`gt - (string)` Greater than, takes an item's `hash`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user