From c3695034c16e251df9be8ba7b41e45ab0c7913b2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 17 Dec 2022 19:00:13 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Promise.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Promise.js b/Promise.js index 3cdaabf..7d02899 100644 --- a/Promise.js +++ b/Promise.js @@ -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, {