We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dec846 commit 2183332Copy full SHA for 2183332
1 file changed
5-network/10-long-polling/article.md
@@ -35,7 +35,7 @@ The situation when the browser sent a request and has a pending connection with
35
36
If the connection is lost, because of, say, a network error, the browser immediately sends a new request.
37
38
-A sketch of client-side `subscribe` function that makes long requests:
+다음과 같은 클라이언트 측 구독(`subscribe`) 함수는 롱 요청을 가능하게 해줍니다.
39
40
```js
41
async function subscribe() {
0 commit comments