bredthau
Results
3
issues of
bredthau
According to the documentation createKeyStream and createValueStream should use the indices as keys and the indexed values as values. However in reality it uses the keys of the original db...
According to the typescript declarations the Promise overloads of `.all()` and `.nextv()` of `AbstractKeyIterator` return `Promise`. However they should return a promise to an array of type `K` (so `Promise`...