images to svg
This commit is contained in:
parent
a31e881856
commit
3ba28aa104
734 changed files with 11682 additions and 245 deletions
|
@ -30,7 +30,7 @@ It may happen that a task comes while the engine is busy, then it's enqueued.
|
|||
|
||||
The tasks form a queue, so-called "macrotask queue" (v8 term):
|
||||
|
||||

|
||||

|
||||
|
||||
For instance, while the engine is busy executing a `script`, a user may move their mouse causing `mousemove`, and `setTimeout` may be due and so on, these tasks form a queue, as illustrated on the picture above.
|
||||
|
||||
|
@ -309,7 +309,7 @@ So, microtasks are asynchronous from the point of code execution, but they don't
|
|||
|
||||
The richer event loop picture may look like this:
|
||||
|
||||

|
||||

|
||||
|
||||
The more detailed algorithm of the event loop (though still simplified compare to the [specification](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model)):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue