mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
299f6baee4
commit
d4362f1fbc
@ -314,6 +314,8 @@ object.Constructor('IterablePromise', Promise, {
|
||||
// promises for values because any promise in .__list makes the
|
||||
// value count/index non-deterministic...
|
||||
sort: iterPromiseProxy('sort'),
|
||||
// XXX we could have a special-case here for .slice()/slice(0, -1)
|
||||
// and possibly othets, should we???
|
||||
slice: iterPromiseProxy('slice'),
|
||||
entries: iterPromiseProxy('entries'),
|
||||
keys: iterPromiseProxy('keys'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user