kinto.js
kinto.js copied to clipboard
add since option for collection.getTotalRecords
collection.getTotalRecords uses HEAD on the records endpoint. All filtering options can be used in this request.
In my use-case I simply pass since with the collection lastModified date, as per Polling for Change in the doc.