Level / level-js

An abstract-leveldown compliant store on top of IndexedDB.
MIT License
542 stars 44 forks source link

Implement `iterator._seek()` #178

Closed vweevers closed 2 years ago

vweevers commented 5 years ago

See abstract-leveldown documenation.

Bexanderthebex commented 2 years ago

Is this issue open for open source contributors?

vweevers commented 2 years ago

Everything is open for contributions! Want to send a PR?

Bexanderthebex commented 2 years ago

I want to try! How is this feature different than _get()?

vweevers commented 2 years ago

I updated the issue description with a link to documentation.

vweevers commented 2 years ago

Done in browser-level.