Skip to content

Commit 88527c3

Browse files
fischermangarethbowenalxndrsn
authored
Clarify the semantics of since (#8624)
For reference: https://github.com/pouchdb/pouchdb/blob/30fd84f1ae88ca8687c2842bd131e67e7cf7c41c/packages/node_modules/pouchdb-adapter-leveldb-core/src/index.js#L1063 Co-authored-by: Gareth Bowen <gareth@medic.org> Co-authored-by: Alex Anderson <191496+alxndrsn@users.noreply.github.com>
1 parent 0f08688 commit 88527c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/api/changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* `options.attachments`: Include attachments.
2020
- `options.binary`: Return attachment data as Blobs/Buffers, instead of as base64-encoded strings.
2121
* `options.descending`: Reverse the order of the output documents.
22-
* `options.since`: Start the results from the change immediately after the given sequence number. You can also pass `'now'` if you want only new changes (when `live` is `true`).
22+
* `options.since`: Start the results from the change immediately after the given sequence number. You can also pass `'now'` if you want only new changes (when `live` is `true`). Ignored if `descending` is true.
2323
* `options.limit`: Limit the number of results to this number.
2424
* `options.timeout`: Request timeout (in milliseconds), use `false` to disable.
2525
* `options.heartbeat`: For http adapter only, time in milliseconds for server to give a heartbeat to keep long connections open. Defaults to 10000 (10 seconds), use `false` to disable the default.

0 commit comments

Comments
 (0)