![]() quick description: before: .catch(f) is the same as promise.then(null, f) after: .catch(f) is the same as .then(null, f) |
||
---|---|---|
.. | ||
01-re-resolve | ||
02-delay-promise | ||
03-animate-circle-promise | ||
article.md | ||
head.html | ||
promise-reject-1.svg | ||
promise-resolve-1.svg | ||
promise-resolve-reject.svg |