commit
a8be18d2cd
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
||||||
|
|
||||||
# Promises chaining
|
# Promises chaining
|
||||||
|
|
||||||
Let's return to the problem mentioned in the chapter <info:callbacks>.
|
Let's return to the problem mentioned in the chapter <info:callbacks>: we have a sequence of asynchronous tasks to be done one after another. For instance, loading scripts. How to code it well?
|
||||||
|
|
||||||
- We have a sequence of asynchronous tasks to be done one after another. For instance, loading scripts.
|
|
||||||
- How to code it well?
|
|
||||||
|
|
||||||
Promises provide a couple of recipes to do that.
|
Promises provide a couple of recipes to do that.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue