This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/matrix/storage
Bruno Windels fe7cc08287 add _selectWhile with proper "while" semantics
the existing _selectWhile method was more like _selectUntil,
which is what we want for _selectLimit but not for selectWhile(Reverse)

The changes we had made before also broke _selectLimit as it would
look at the results length before the value got added so you
always got 1 value more than requested, breaking sync.
2020-08-19 18:25:49 +02:00
..
idb add _selectWhile with proper "while" semantics 2020-08-19 18:25:49 +02:00
memory add license header in all source files 2020-08-05 18:38:55 +02:00
common.js fix c/p error 2020-08-19 16:14:10 +02:00