M
Size: a a a
M
T
ab
M
ab
[{
fn()
.then(fn0)
.then(fn1)
.then(fn2)
.then(fn3)
fn()
.then(fn0)
.then(fn1)
.catch((e) => {
if ( e === 'OK_SKIP' )
return Promise.reject( e );
})
.then(fn2)
.then(fn3)
.catch((e) => {
if ( e === 'OK_SKIP' )
return true;
else
return Promise.reject( e );
})
꧁岡
fn()
.then(fn0)
.then(fn1)
.then(fn2)
.then(fn3)
fn()
.then(fn0)
.then(fn1)
.catch((e) => {
if ( e === 'OK_SKIP' )
return Promise.reject( e );
})
.then(fn2)
.then(fn3)
.catch((e) => {
if ( e === 'OK_SKIP' )
return true;
else
return Promise.reject( e );
})
[{
O
O
AK
NS
AK
AK
NS
NS
NS
NS