arrays are set like iterators from promises
jimdebeer opened this issue · 2 comments
jimdebeer commented
this is there for promise.all but maybe we don't want this behavior since it breaks default
bla.set(new Promise(() => [ 1, 2, 3, 4 ]) // will set 1, 2, 3, 4 sequentially vs keys
this is a feature for promise.all but maybe taken edge cases too much into account
jimdebeer commented
@beherithrone @youzi lemme know! you guys are the first ones using these async inputs
jimdebeer commented
can be confusing i think