We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0b098 commit 10f1369Copy full SHA for 10f1369
1 file changed
2-ui/99-ui-misc/03-event-loop/article.md
@@ -336,5 +336,5 @@ That's a way to run code in another, parallel thread.
336
337
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
338
339
-Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiple CPU cores simultaneously.
+웹 워커는 DOM에 접근할 수 없기 때문에 여러 CPU 코어를 동시에 사용해야 하는 연산에 주로 사용합니다.
340
```
0 commit comments