Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-06-09 22:49:43 +03:00
parent beb6c76363
commit 10aa440317

View File

@ -186,6 +186,7 @@ object.Constructor('IterablePromise', Promise, {
// .includes(..)
// .some(..) / .every(..)
// .sort(..)
// XXX update this note...
map: function(func){
return this.constructor(this,
function(e){
@ -359,8 +360,9 @@ object.Constructor('IterablePromise', Promise, {
//
//
// handler(e)
// -> [value]
// -> [value, ..]
// -> []
// -> <promise>
//
//
// NOTE: element index is unknowable until the full list is expanded