Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-12-17 19:00:13 +03:00
parent 0a9b8447f2
commit c3695034c1

View File

@ -753,6 +753,7 @@ object.Constructor('IterablePromise', Promise, {
// ...is this just a nesting issue here???
// Q: what IterablePromise does/should do if a promise resolves to
// a promise multiple times...
// XXX not sure if this is a viable strategy....
var IterableSequentialPromise =
module.IterableSequentialPromise =
object.Constructor('IterableSequentialPromise', IterablePromise, {