images to svg

This commit is contained in:
Ilya Kantor 2019-07-28 15:42:37 +03:00
parent a31e881856
commit 3ba28aa104
734 changed files with 11682 additions and 245 deletions

View file

@ -34,7 +34,7 @@ Or, to say that simply, when a promise is ready, its `.then/catch/finally` handl
That's why "code finished" in the example above shows first.
![](promiseQueue.png)
![](promiseQueue.svg)
Promise handlers always go through that internal queue.