Hi Marc,
You are correct that using only promises is the best way going forward. As such, when I was refactoring the bit of code in question to use promise chaining is when I came across this edge case. I took for granted that the completefunc would be included in the promise chain. Like I said, It's just something to be aware of.
Ricardo
You are correct that using only promises is the best way going forward. As such, when I was refactoring the bit of code in question to use promise chaining is when I came across this edge case. I took for granted that the completefunc would be included in the promise chain. Like I said, It's just something to be aware of.
Ricardo