client icon indicating copy to clipboard operation
client copied to clipboard

indexed-store pagination

Open nichoth opened this issue 1 year ago • 1 comments

In the source code I do not see a way that LogPage.next could exist. Does this implementation load all entries into memory (not paginating them)?

nichoth avatar Mar 16 '24 06:03 nichoth

It is just IndexedDB doesn’t use pagination because low-level IndexedDB API is hard.

The method works, you can use it in own implementation.

For IndexedStore I will need a PR for adding pagination.

ai avatar Mar 16 '24 09:03 ai