You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realy like your module cause it makes my life much easier :)
But, following example:
var object = {"a":"fooA", "b":"fooB"}
async.forEach(object, function(item, callback){
//why is here no way to access the key of the item?!
}, callback);