mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
beb6c76363
commit
10aa440317
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user