Spell correction
This commit is contained in:
parent
524d598846
commit
79bf6265eb
1 changed files with 1 additions and 1 deletions
|
@ -335,5 +335,5 @@ That's a way to run code in another, parallel thread.
|
||||||
|
|
||||||
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
|
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
|
||||||
|
|
||||||
Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiplle CPU cores simultaneously.
|
Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiple CPU cores simultaneously.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue