On Fri, May 9, 2014 at 9:18 PM, Rick Waldron <[email protected]> wrote: > Pardon me if I've missed some important context, but why would keys, values > and entries return a Promise when the ES APIs of the same name return an > Iterator?
Looks like you missed "async". However, for AsyncMap it seems like you'd need AsyncIterator, which is a thing we don't have (yet). -- http://annevankesteren.nl/
