bigeasy / indexeddb

A pure Node.js implementation of the async W3C Index DB API.
MIT License
38 stars 6 forks source link

Remove `skip` usage. #25

Closed bigeasy closed 3 years ago

bigeasy commented 3 years ago

Should no longer be necessary. Needed it while less than or equal to was broken in reverse iteration. See https://github.com/bigeasy/memento/issues/134. It should no longer be necessary at all.