my8bird / node-leveldb

NodeJS bindings to levelDB - a fast and lightweight key/value database library
http://code.google.com/p/leveldb/
BSD 2-Clause "Simplified" License
63 stars 12 forks source link

Check when iterator.forEach finished #32

Closed ulikoehler closed 12 years ago

ulikoehler commented 12 years ago

As far as I know there is currently no way to execute a callback if the iterator.forEach() method has reached limitKey.

Maybe I'm just not seeing how to do this (I'm quite new to node), but if there isn't one, would it be possible to add an additional callback (or something similar)?

ulikoehler commented 12 years ago

Duplicate of #28