mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bcea805503
commit
92fe934ade
@ -849,6 +849,11 @@ object.Constructor('IterablePromise', Promise, {
|
||||
var IterableSequentialPromise =
|
||||
module.IterableSequentialPromise =
|
||||
object.Constructor('IterableSequentialPromise', IterablePromise, {
|
||||
|
||||
__pack: function(list, handler=undefined, onerror=undefined){
|
||||
// XXX
|
||||
},
|
||||
|
||||
__new__: function(_, list, handler=undefined, onerror=undefined){
|
||||
var [_, list, ...rest] = arguments
|
||||
var res = list
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user